I have finally got a semi-functional conf file up but when I try to login as an oper I use this command...
/oper username puppynuts password ******** it then gives me this message
No O-lines set for the host
I went from using the new flag system to using the old O: anyways...heres my part of the conf
oper puppynuts {
class clients;
from {
userhost [email protected];
};
password "********";
O:N
flags {
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
can_unkline;
can_rehash;
can_kline;
};
};
Any help would be great.