No O-Lines?

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

No O-Lines?

Post 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
mematrix
Posts: 12
Joined: Sun Jan 02, 2005 5:30 pm

Post 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)
Post Reply