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

Description

This module adds user mode I (hidechans) which hides the channels users with it set are in from their /WHOIS response.

Configuration

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

<module name="hidechans">

<hidechans>

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

Name Type Default Value Description
affectsopers Boolean No Whether server operators are affected by the user mode.
Example Usage
<hidechans affectsopers="no">

User Modes

Name Character Type Parameter Syntax Usable By Description
hidechans I Switch None Anyone Hides the channels the user is in from their /WHOIS response.