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. |
hideservices | Boolean | Yes | Whether to hide the channels of services pseudoclients from all users. |
Example Usage
<hidechans affectsopers="no"
hideservices="yes">
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. |