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 "nonotice" Module (v4)
Description
This module adds channel mode T
(nonotice) which allows channels to block messages sent with the /NOTICE
command.
Configuration
To load this module use the following <module>
tag:
<module name="nonotice">
This module requires no other configuration.
Channel Modes
Name | Character | Type | Parameter Syntax | Usable By | Description |
---|---|---|---|---|---|
nonotice | T | Switch | None | Channel operators | Enables blocking messages sent with the /NOTICE command. |
Exemptions
Name | Description |
---|---|
nonotice | Allows exempted users to send messages with the /NOTICE command. |
Extended Bans
Name | Character | Type | Ban Syntax | Description |
---|---|---|---|---|
nonotice | T | Acting | T:<mask> | Bans <mask> from sending messages with the /NOTICE command. |
Example Usage
Bans users matching *!*@example.com
from sending messages with the /NOTICE
command:
/MODE #channel +b T:*!*@example.com