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

Description

This module adds the /CHGNAME command which allows server operators to change the real name (gecos) of a user.

Configuration

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

<module name="chgname">

This module requires no other configuration.

Commands

Name Parameter Count Syntax Description
CHGNAME 2 <nickname> <realname> Changes the real name (gecos) of <nickname> to <realname>.

Example Usage

Changes the real name (gecos) of Sadie to "Wibble Wobble":

/CHGNAME Sadie :Wibble Wobble