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

Description

This module adds user mode B (bot) which marks users with it set as bots in their /WHOIS response.

Depending on your module-specific configuration this can also prevents a bot from using non-bot aliases (requires the alias module) and from receiving channel history on join (requires the chanhistory module).

Configuration

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

<module name="botmode">

<botmode>

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

Name Type Default Value Description
forcenotice Boolean No Whether to force bots to use notices.
Example Usage
<botmode forcenotice="no">

User Modes

Name Character Type Parameter Syntax Usable By Description
bot B Switch None Anyone Marks the user as a bot.