Adding an IRC Operator
Posted: Fri Mar 18, 2005 7:45 pm
I tried using the /operserv OPER ADD command, but when the person I added trys to login all it says is "unknown oper". Am I doing something wrong?
Thanks.
Thanks.
Welcome to the UnrealIRCd Forums!
https://forums.unrealircd.org/
1. You create one block per operatorsnakeyes37 wrote:Alright, I see. But how do you add more then one person to the O:Line? I tried using ; to add more nicks but all I get is errors. And if your suppose to add Operators through the O:Line then whats the use of having the /operserv OPER ADD command for?
Thanks.
Code: Select all
oper <name> {
from {
userhost <hostmask>;
userhost <hostmask>;
};
password <password> { <auth-type>; };
class <class-name>;
flags <flags>;
flags {
<flag>;
<flag>;
...
};
swhois <whois info>;
snomask <snomask>;
modes <modes>;
maxlogins <num>;
};...Darwin wrote:how to add an oper is explained quite well in the docs:
http://www.vulnscan.org/UnrealIrcd/unre ... #operblock
Matridom wrote:http://www.vulnscan.org/UnrealIrcd/unre ... #operblock
you need to add an IRCop in the configuration files, not through the services