[SOLVED] Allow only operators to create channels

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Post Reply
lgb-stephen
Posts: 3
Joined: Mon Jul 10, 2023 9:40 am

[SOLVED] Allow only operators to create channels

Post by lgb-stephen »

Good morning,

I am running the latest 5X version of UnrealIRC and I would like to prevent users that are not operators from creating channels. The only way a user should be able to get access to a channel is via an operator who SAJOIN them directly. How might I do this please?
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Allow only operators to create channels

Post by Syzop »

First of all, UnrealIRCd 5 is no longer supported since a few days, so I urge you to upgrade to UnrealIRCd 6: Upgrading from 5.x to 6.x. It's not much of a hassle, unless you have custom coded modules or modules that only exist for 5.x.

When you are on UnrealIRCd 6 you can install the module third/restrict-chans coded by Valware, see the listing at https://modules.unrealircd.org
Valware
Official supporter
Posts: 76
Joined: Wed Mar 31, 2021 3:17 am
Location: Internet
Contact:

Re: Allow only operators to create channels

Post by Valware »

Update: UnrealIRCd 6 now supports blocking creation of new channels using:

Code: Select all

set {
  restrict-commands {
    channel-create;
  }
}
Got an idea for a module? Don't be shy! Come talk to me on #unreal-support
Like the support? Consider supporting us with a donation.
Post Reply