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

Description

This module allows the server administrator to make the server log when a server operator-only command is executed.

Configuration

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

<module name="operlog">

<operlog>

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

Name Type Default Value Description
tosnomask Boolean No Whether to log to snomask o (local) and snomask O (remote) as well as writing to the server log.
Example Usage
<operlog tosnomask="yes">