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

Description

This module allows channel members to part and rejoin a channel without needing to worry about channel modes such as +i (inviteonly) which might prevent rejoining.

Configuration

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

<module name="cycle">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
CYCLE 1-2 <channel> [<reason>] Parts and rejoins the specified channel.

Example Usage

Parts and rejoins the #example channel:

/CYCLE #example

Parts and rejoins the #example channel with "Be right back!" as the reason:

/CYCLE #example :Be right back!