Page 1 of 1

No O-Lines?

Posted: Fri Jan 14, 2005 4:04 am
by mematrix
ok, i'm sure i've over looked something but, every time i try to log into oper it gives me this...

No O-lines for your host

i have my hostname set to *@*, and i do know that it's cAsE sEnSitIvE, so i'm taking that into mind. here's a sample of my oper block:

Code: Select all

oper mematrix {
	class           clients;
	from {
		userhost *@*;
	};
	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;
	};
};
thnx in advanced =D

Posted: Fri Jan 14, 2005 4:33 am
by mematrix
ok, never mind; it seems like for some reason when i rehashed, it wouldn't reload the conf file, so i just restarted and now it works! 8)