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

Description

This module adds the /CHGIDENT command which allows server operators to change the username (ident) of a user.

Configuration

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

<module name="chgident">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
CHGIDENT 2 <nickname> <username> Changes the username (ident) of <nickname> to <username>.

Example Usage

Changes the username (ident) of Sadie to wibble:

/CHGIDENT Sadie wibble