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 "svshold" Module (v4)
Description
This module adds the /SVSHOLD
command which allows services to reserve nicknames. This is identical to a Q-line other than it can only be modified by a network service.
Configuration
To load this module use the following <module>
tag:
<module name="svshold">
This module requires no other configuration.
Commands
Name | Parameter Count | Syntax | Description |
---|---|---|---|
SVSHOLD | 1-3 | <nickname> [<duration> [<reason>]] | Allows services to add and remove nickname reservations. |
Statistics
Character | Description |
---|---|
S | Lists all nickname reservations. |
Special Notes
SVSHOLDs are expired lazily when a lookup happens for performance reasons. This means that expiry messages may display later than expected.