The "helpmode" Module (v4)
Description
This module adds user mode h (helpop) which marks a user as being available for help.
Configuration
To load this module use the following <module> tag:
<module name="helpmode">
<helpchan>
If you are using an older version you will need to upgrade to use this tag.
The <helpchan> tag defines a channel which helpers are granted privileges in. This tag can be defined as many times as required.
| Name | Type | Default Value | Description |
|---|---|---|---|
| name | Text | None | Required! A glob pattern for a channel name. |
| prefix | Text | o | One or more channel prefix modes to grant on join. |
Example Usage
<goodchan name="#help-*"
prefix="o">
<helpmode>
The <helpmode> tag defines settings about how the helpmode module should behave. This tag can only be defined once.
| Name | Type | Default Value | Description |
|---|---|---|---|
| ignorehideoper | Boolean | No | Whether to ignore user mode H (hideoper) in /STATS P if a user has user mode h (helpop). |
| markhelpers | Boolean | Yes | Whether to mark non-operator helpers in the /STATS P output. |
Example Usage
<helpmode ignorehideoper="no"
markhelpers="yes">
User Modes
| Name | Character | Type | Parameter Syntax | Usable By | Description |
|---|---|---|---|---|---|
| helpop | h | Switch | None | Server operators | Marks the user as being available for help. |