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 "saquit" Module (v4)

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="saquit">

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