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

Description

This module adds the /SAKICK command which allows server operators to kick users from a channel without having any privileges in the channel.

Configuration

To load this module use the following <module> tag:

<module name="sakick">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
SAKICK 2-3 <channel> <nick> [<reason>] Kicks <nick> from <channel> optionally with the reason specified in <reason>.

Example Usage

Kicks emily from #channel:

/SAKICK #channel emily :Your behaviour is inappropriate