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

Description

This module allows messages sent to snomasks to be logged to a channel.

Configuration

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

<module name="chanlog">

<chanlog>

The <chanlog> tag defines a channel to log server notices to. This tag can be defined as many times as required.

Name Type Default Value Description
channel Text None Required! The name of a channel to log server notices to.
snomasks Text None Required! One or more snomasks to log to the channel.
Example Usage

Logs the cq snomasks (local connections and quits) to #example:

<chanlog channel="#example"
         snomasks="cq">