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

Description

This module adds the /SETIDLE command which allows server operators to change their idle time.

Configuration

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

<module name="setidle">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
SETIDLE 1 <duration> Changes the idle time of the user to <duration>.

Example Usage

Changes the idle time of the user to five minutes:

/SETIDLE 5m