IRC Ops
Posted: Thu Jun 23, 2005 3:52 pm
I guess it is supposed to be easy to add ircops to the ircserver but i'm always getting an error if i do so...
this is the oper line for me (changed pass though)
i don't know how to add another ircop or admin
this is the oper line for me (changed pass though)
Code: Select all
oper Aztek {
class clients;
from {
userhost *@*;
};
password "passsss";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
};