Help with /oper
Posted: Mon Oct 18, 2010 2:06 pm
I've just installed UnrealIRCd 3.2.8.1 - I'm only having a play around and not even 100% sure if I'll actually run the server or not yet.
Anyway I'm having difficulties logging in as an operator. I'm using chatzilla and I get this error;
Like I said I'm only having a play around at the moment and not completely sure what I'm doing as such. Here's the block I have in unrealircd.conf;
If anyone has any ideas as to what I'm doing wrong I would really appreciate it.
Anyway I'm having difficulties logging in as an operator. I'm using chatzilla and I get this error;
Code: Select all
[INFO] Only few of mere mortals may try to enter the twilight zone (your host did not match any configured 'O-lines').Code: Select all
oper Doctor {
class clients;
from {
userhost *@*;
};
password "MyPa55word";
flags
{
netadmin;
can_rehash;
can_localkill;
can_globalkill;
local;
can_globalroute;
can_localroute;
can_zline;
can_gzline;
can_gkline;
global;
can_kline;
can_unkline;
can_localnotice;
can_globalnotice;
get_umodew;
can_override;
can_addline;
get_umodew;
get_host;
can_dccdeny;
};
};