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

Description

This module adds the /SATOPIC command which allows server operators to change the topic of a channel that they would not otherwise have the privileges to change.

Configuration

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

<module name="satopic">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
SATOPIC 2 <channel> <topic> Changes the topic of <channel> to <topic>.

Example Usage

Changes the topic of #animals to "I like turtles":

/SATOPIC #animals :I like turtles