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

Description

This module adds the static cloaking method for use with the cloak module.

Configuration

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

<module name="cloak_static">

<cloak>

The <cloak> tag defines a cloaking profile. This tag can be defined as many times as required.

Name Type Default Value Description
cloak String None The fixed value to cloak users with.
class String None If non-empty then a comma-delimited list of of connect classes that can receive this cloak.

This module also extends the <cloak:method> field with the following values:

Name Description
static Cloak users with the specified fixed value.
Example Usage

Cloaking users in the Tor class using the static method:

<cloak method="static"
       cloak="tor.example.com"
       class="Tor">