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

Description

This module adds the /SAPART command which allows server operators to force part users from one or more channels without having any privileges in these channels.

Configuration

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

<module name="sapart">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
SAPART 2-3 <nick> <channel>[,<channel>]+ [<reason>] Force parts <nick> from <channel> optionally with the reason specified in <reason>.

Example Usage

Force parts emily from #channel:

/SAPART #channel emily :Your behaviour is inappropriate