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

Description

This module adds the /REMOVE command which allows channel operators to force part users from a channel.

Configuration

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

<module name="remove">

<remove>

The <remove> tag defines settings about how the remove module should behave. This tag can only be defined once.

Name Type Default Value Description
protectedrank Number 50000 The rank above which users are protected from being force parted from a channel.
supportnokicks Boolean No Whether to prevent use of the /REMOVE command when channel mode Q (nokick) is set.
Example Usage
<remove protectedrank="50000"
        supportnokicks="yes">

Commands

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

Example Usage

Force parts Soni from #channel:

/REMOVE Soni #channel :Disruptive behaviour is not allowed