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 "servprotect" Module (v4)
Description
This module adds user mode k
(servprotect) which protects services pseudoclients from being kicked, being killed, or having their channel prefix modes changed.
Configuration
To load this module use the following <module>
tag:
<module name="servprotect">
This module requires no other configuration.
User Modes
Name | Character | Type | Parameter Syntax | Usable By | Description |
---|---|---|---|---|---|
servprotect | k | Switch | None | Servers | Protects services pseudoclients against kicks, kills, and channel prefix mode changes. |
Special Notes
This user mode can not be set on normal users. It is intended specifically for services pseudoclients.