The "operchans" Module (v3)
Description
This module adds channel mode O
(operonly) which prevents non-server operators from joining the channel.
Configuration
To load this module use the following <module>
tag:
<module name="operchans">
This module requires no other configuration.
Channel Modes
Name | Character | Type | Parameter Syntax | Usable By | Description |
---|---|---|---|---|---|
operonly | O | Switch | None | Server operators | Prevents non-server operators from joining the channel. |
Extended Bans
Name | Character | Type | Ban Syntax | Description |
---|---|---|---|---|
oper | O | Matching | O:<pattern> | Checks whether users are logged into a server operator account with an operator type matching <pattern>. |
Example Usage
Bans users logged into server operator accounts with an operator type matching Evil*
from joining the channel:
/MODE #channel +b O:Evil*