This page is intended for developers. If you're looking information on for how to link servers you should refer to the spanningtree module (v4 docs, v3 docs) page instead.

FHOST

Changes the username of the source user to the specified value.

Connection Phases

This message can be used in the following connection phases:

Connection Phase Usable?
Connecting outbound
Authenticating outbound
Authenticating inbound
Fully connected ✔️

Syntax

:<uid> FHOST <display-user>

:<uid> FHOST <display-user>|{*} <real-user>|{*}

Parameter Description
<uid> The unique identifier of the user that sent the message.
<display-user> The new displayed username of the source user.
<real-user> The new real username of the source user.

Example Usage

Changes the displayed username of 36DAAAAAA to wibble:

:36DAAAAAA FHOST wibble

[1206+] Changes the displayed username of 36DAAAAAA to wibble:

:36DAAAAAA FHOST wibble *

[1206+] Changes the real username of 36DAAAAAA to wibble:

:36DAAAAAA FHOST * wibble

[1206+] Changes the displayed and real username of 36DAAAAAA to wibble:

:36DAAAAAA FHOST wibble wibble

History

1206

Support for changing the real username was added.