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

Description

This module adds the /UNINVITE command which allows users who have invited another user to a channel to withdraw their invite.

Configuration

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

<module name="uninvite">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
UNINVITE 1 <nick> <channel> Withdraws the invite for <nick> to join <channel>

Example Usage

Withdraws the invite for Adam to join #secret:

/UNINVITE Adam #secret