Hi
I am a new learner, and i have managed to make the server and used anope for the services, but i want to know how i can add other admins and ircops? It would be appericated if someone can help.
Thanks
How can i make someone else admin?
Re: How can i make someone else admin?
It's very very important that you read and understand how the software works, it's far more productive that you read the documentation including the supplied readme's as well as on the website. I'm not going to simply say RTFM (Read The Free Manual), but yet I am because you need to. You empower yourself as well as save yourself time because you don't have to wait hours or days for an answer but you also save our time from having to answer the same questions yet again.
No one ever said that being an IRC Admin was all fun and glory and if they did ... they lied! Being an Admin requires a lot of patience, understanding and more reading than you'll ever care to do.
for irc:
/helpop ? - helpop system menu, this is there for you, not us.
/msg operserv help - Your services package spent the same countless hours compiling help information and placed it at your fingertips, respect them by using it.
From the web:
Unreal:
General - http://www.unrealircd.com/support.php
Configuration - http://www.unrealircd.com/files/docs/unreal32docs.html <-- the answer to your question is on this page.
FAQ - http://www.unrealircd.com/faq.php
Anope:
Wiki - http://wiki.anope.org/index.php/Main_Page
DocGen - http://www.anope.org/docgen/1.8/en_us/
FAQ - http://wiki.anope.org/index.php/FAQ
Hope this helps.
PS: The people that selflessly supplied you with this software as well as all their supporters, including myself, all learned by doing exactly what I'm asking you to do.
No one ever said that being an IRC Admin was all fun and glory and if they did ... they lied! Being an Admin requires a lot of patience, understanding and more reading than you'll ever care to do.
for irc:
/helpop ? - helpop system menu, this is there for you, not us.
/msg operserv help - Your services package spent the same countless hours compiling help information and placed it at your fingertips, respect them by using it.
From the web:
Unreal:
General - http://www.unrealircd.com/support.php
Configuration - http://www.unrealircd.com/files/docs/unreal32docs.html <-- the answer to your question is on this page.
FAQ - http://www.unrealircd.com/faq.php
Anope:
Wiki - http://wiki.anope.org/index.php/Main_Page
DocGen - http://www.anope.org/docgen/1.8/en_us/
FAQ - http://wiki.anope.org/index.php/FAQ
Hope this helps.
PS: The people that selflessly supplied you with this software as well as all their supporters, including myself, all learned by doing exactly what I'm asking you to do.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
Re: How can i make someone else admin?
Thanks for the reply and all the helpful website, i used them website to get the server started up
oper Name {
class clients;
from {
userhost *@*;
};
password "password";
flags
{
admin;
local;
can_override;
can_zline;
can_gzline;
can_gkline;
global;
can_wallops;
helpop;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
get_host;
can_unkline;
can_localnotice;
can_globalnotice;
};
};
put the nicks in the service root aswell but when the person tries to identify he gets "No O-lines for your host" if its possible if you can tell me what i am doing wrong please? Thank you
oper Name {
class clients;
from {
userhost *@*;
};
password "password";
flags
{
admin;
local;
can_override;
can_zline;
can_gzline;
can_gkline;
global;
can_wallops;
helpop;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
get_host;
can_unkline;
can_localnotice;
can_globalnotice;
};
};
put the nicks in the service root aswell but when the person tries to identify he gets "No O-lines for your host" if its possible if you can tell me what i am doing wrong please? Thank you
Re: How can i make someone else admin?
Problem solved.. Thanks for you help.. them documents really helped 