Page 1 of 1

Deny channels not in effect

Posted: Sat Sep 25, 2010 10:53 pm
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";
};

Re: Deny channels not in effect

Posted: Sun Sep 26, 2010 12:11 am
by katsklaw
be sure you are not an oper. Opers are exempt to nearly everything in Unreal.