Page 1 of 1

starting error

Posted: Sun Jan 02, 2005 5:32 pm
by mematrix
ok, everytime i try to start my IRCd, i get this error:
[error] unrealircd.conf:100: unknown directive oper::from::mematrix!

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;
	};
};
anyone know what's wrong?

Posted: Sun Jan 02, 2005 6:00 pm
by medice
re-read the manual - You're supposed to enter an "Ident@host"-mask - no nicks and ! and spaces...

Posted: Sun Jan 02, 2005 6:14 pm
by mematrix
so i would put:

Code: Select all

from {
      Ident@host
   }; 
exactly like that?

Posted: Sun Jan 02, 2005 7:04 pm
by mematrix
w00t whoop! i got it running :D