InspIRCd v4 is still early in development!
If you use this branch you may experience crashes, weird behaviour, and unannounced breaking changes.
You probably want to use InspIRCd v3 instead.
The "muteban" Module (v4)
Description
This module adds extended ban m:
(mute) which bans specific masks from speaking in a channel.
Configuration
To load this module use the following <module>
tag:
<module name="muteban">
<muteban>
The <muteban>
tag defines settings about how the muteban module should behave. This tag can only be defined once.
Name | Type | Default Value | Description |
---|---|---|---|
notifyuser | Boolean | Yes | Whether to notify users who try to message a channel whilst mutebanned. |
Example Usage
<muteban notifyuser="yes">
Extended Bans
Name | Character | Type | Ban Syntax | Description |
---|---|---|---|---|
mute | m | Acting | m:<mask> | Bans <mask> from speaking in the channel. |