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 "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">

<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.