Oper Not Working

These are old archives. They are kept for historic purposes only.
Post Reply
AngeloDS
Posts: 7
Joined: Sat Feb 19, 2005 9:44 am

Oper Not Working

Post by AngeloDS »

Code: Select all

oper DarkSamurais {
	from {
		userhost 192.168.1.*;
	};
	password "starter";
	class clients;
	flags {
		netadmin;
		can_gkline;
		can_gzline;
		can_zline;
		can_kline;
	};
	swhois "Net Administrator";
	maxlogins 1;
};
For some reason Oper is not working, no clue as to why.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Try userhost *@192.168.1.*
AngeloDS
Posts: 7
Joined: Sat Feb 19, 2005 9:44 am

Post by AngeloDS »

Aha, thanks.
Last edited by AngeloDS on Sun Feb 20, 2005 7:14 am, edited 1 time in total.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

If there's someone in them then the official-channel entry doesn't apply. There is nothing special about official channels except they are always listed in /list even when empty. If you set a topic in official channels, that topic only appears in /list when the channel is empty, so if you want that topic used when the channel is not empty, use chanserv's topiclock+keeptopic options...
Post Reply