starting error

These are old archives. They are kept for historic purposes only.
Post Reply
mematrix
Posts: 12
Joined: Sun Jan 02, 2005 5:30 pm

starting error

Post 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?
medice
Posts: 42
Joined: Fri Jul 09, 2004 11:02 pm

Post by medice »

re-read the manual - You're supposed to enter an "Ident@host"-mask - no nicks and ! and spaces...
greets
/medice
mematrix
Posts: 12
Joined: Sun Jan 02, 2005 5:30 pm

Post by mematrix »

so i would put:

Code: Select all

from {
      Ident@host
   }; 
exactly like that?
mematrix
Posts: 12
Joined: Sun Jan 02, 2005 5:30 pm

Post by mematrix »

w00t whoop! i got it running :D
Post Reply