starting error
Posted: Sun Jan 02, 2005 5:32 pm
ok, everytime i try to start my IRCd, i get this error:
[error] unrealircd.conf
unknown directive oper::from::mematrix!
here's my oper block:
anyone know what's wrong?
[error] unrealircd.conf
here's my oper block:
Code: Select all
oper mematrix {
class clients;
from {
mematrix! [email protected];
};
password "******";
flags
{
netadmin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_gzline;
can_gkline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
get_umodew;
get_host;
can_override;
};
};