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

Description

This module adds the /SANICK command which allows server operators to change the nickname of a user.

Configuration

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

<module name="sanick">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
SANICK 2 <old-nick> <new-nick> Changes the nickname of <old-nick> to <new-nick>.

Example Usage

Changes the nickname of Sadie to Sadie2:

/SANICK Sadie Sadie2