The "showwhois" Module (v3)
Description
This module adds user mode W (showwhois) which allows users to be informed when someone does a /WHOIS query on their nick.
Configuration
To load this module use the following <module> tag:
<module name="showwhois">
<showwhois>
The <showwhois> tag defines settings about how the showwhois module should behave. This tag can only be defined once.
| Name | Type | Default Value | Description |
|---|---|---|---|
| opersonly | Boolean | Yes | Whether user mode W (showwhois) can only be used by server operators. |
| showfromopers | Boolean | Yes | Whether to inform users of an oper doing a /WHOIS query on their nick. |
Example Usage
<showwhois opersonly="no"
showfromopers="no">
User Modes
| Name | Character | Type | Parameter Syntax | Usable By | Description |
|---|---|---|---|---|---|
| showwhois | W | Switch | None | Depends on <showwhois:opersonly> | Informs the user when someone does a /WHOIS query on their nick. |