The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools

Modules/chghost

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Provides opers With the /CHGHOST command which can be used to change a users Virtual Host

Configuration Tags

<hostname charmap="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ._-/0123456789">

Indicates the characters allowed a hostname. This should be identical network-wide. The sequence shown in this example is the default used if the value is not set.

Additional Modes

None

Additional Commands

/CHGHOST <nickname> <new hostname>

Changes the hostname of <nickname> to <new hostname>

Special Notes

The hostname given must be a valid hostname and may not contain any illegal characters.

Note that internally the network still knows the user's real hostname and uses it for many internal functions still such as KLINE/GLINE matching.