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 "services" Module (v4)
Description
This module provides support for integrating with a services server.
Configuration
To load this module use the following <module>
tag:
<module name="services">
This module requires no other configuration.
Channel Modes
Name | Character | Type | Parameter Syntax | Usable By | Description |
---|---|---|---|---|---|
c_registered | r | Switch | None | Channel operators | Marks the channel as being registered. |
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. |
u_registered | r | Switch | None | Anyone | Marks the user as being logged into a services account. |