Deny channels not in effect

Talk about pretty much anything here, but DO NOT USE FOR SUPPORT.

Moderator: Supporters

Locked
Callum_UK
Posts: 22
Joined: Sun Sep 05, 2010 6:39 am

Deny channels not in effect

Post by Callum_UK »

Why doesn't the following channel denies work? (Using Anope Services). I can join the denied channels as usual and no messages or redirects.

Code: Select all

deny channel {
	channel "#Help";
	reason "Help is offered in #CallCentre";
	redirect "#CallCentre";
};

deny channel {
	channel "#operhelp";
	reason "Help is offered in #CallCentre";
	redirect "#CallCentre";
};

official-channels {
	"#CallCentre";
	"#sanl";
	"#sanl-echo";
};
Join us at [url=irc://irc.sanlrpg.net/]irc.sanlrpg.net[/url]
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Deny channels not in effect

Post by katsklaw »

be sure you are not an oper. Opers are exempt to nearly everything in Unreal.
Locked