The "nopartmsg" Module (v3)
Description
This module adds extended ban p:
(partmsg) which blocks the part message of matching users.
Configuration
To load this module use the following <module>
tag:
<module name="nopartmsg">
This module requires no other configuration.
Extended Bans
Name | Character | Type | Ban Syntax | Description |
---|---|---|---|---|
partmsg | p | Acting | p:<mask> | Bans <mask> from sending a /PART message. |
Example Usage
Bans users matching *!*@example.com
from sending a /PART
message:
/MODE #channel +b p:*!*@example.com