No Channel Creation
Posted: Sat Feb 03, 2007 3:25 am
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.
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.