Restrict channel creation

These are old archives. They are kept for historic purposes only.
Post Reply
Damian
Posts: 2
Joined: Wed Sep 14, 2005 9:17 pm

Restrict channel creation

Post by Damian »

Greetings,

I'm looking for an IRCD server that would let only Opers create channels.

Is it possible with Unreal ?.

Thank you!
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Yes, there is a module called m_onlyopersjoin, which only allows Services and opers to create channels. Once the channel is created, and a user joins, the oper may op the user and part to allow the channel to be "Normal". You can use services to keep the channel open when everyone leaves, so the channel is not destoyed and users need to rely on an oper to re-open it.

You can find the module on Google, or just click HERE. Almost any result on the first page of that link will do, but the first one is the best (as it is the module right off the creators site).
Damian
Posts: 2
Joined: Wed Sep 14, 2005 9:17 pm

Post by Damian »

Hi Stealth!

Thanks for answering, I downloaded Unreal, and edited the .conf, I swa there was a channel restriction directive, so I edited the 'warez' thing and replaced it with *.

Then on channel allow I added the only channel I would like to have on the IRC (A support channel).

It works perfectly!.

What's the difference between what I did and what you suggest?

Thanks!
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

The difference between that and what I suggested, is that only allows that one channel... What I suggested, allows users to request channels, and they can be created without being added to the conf.
Post Reply