No Channel Creation

These are old archives. They are kept for historic purposes only.
Post Reply
zonkbert
Posts: 2
Joined: Sat Feb 03, 2007 3:22 am

No Channel Creation

Post by zonkbert »

Is it possible to stop users from creating new channels on /join so that the only channels they have access to are those on the official channels list?

Is it just a simple case of creating this:

deny channel {
channel "#*";
reason no user created channels;
};

Our network is very topic specific and we don't want people branching out into channels that are not related to our site.

Cheers in advance, thanks.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

that deny channel block will work, just be sure to make blocks for the channels users are allowed to jon :)
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Personally i would use a deny channel block on the mask * since #* wont block the channel # and then an allow channel block for every authorized channel.
zonkbert
Posts: 2
Joined: Sat Feb 03, 2007 3:22 am

Post by zonkbert »

Cheers dudes, thanks for the help.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Jobe: You are aware * means zero or more characters of any value, not one or more characters of any value, right?
Why the hell can't my signature be empty?
"Your message contains too few characters."
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Jason, yes i am aware of what it is supposed to mean.

The problem is it doesnt act that way in the experiance i have had with using deny channel blocks.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Fun. Bugreport it!
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply