InspIRCd v2 is coming to the end of its lifetime!
Fixes for security vulnerabilities will be provided until 2020-06-01 but after this date v2 will no longer be maintained.
InspIRCd v3 contains many new features including full support for all currently ratified IRCv3 extensions and WebSocket connections.
InspIRCd v3 installation instructions are available here and a list of breaking changes is available here.
The "saquit" Module
Description
This module adds the /SAQUIT
command which allows server operators to disconnect users from the server.
Configuration
To load this module use the following <module>
tag:
<module name="m_saquit.so">
This module requires no other configuration.
Commands
Name | Parameter Count | Syntax | Description |
---|---|---|---|
SAQUIT | 2 | <nick> <reason> |
Disconnects <nick> from the server with the reason specified in <reason>. |
Example Usage
Disconnects emily from the server:
/SAQUIT emily :Quitting