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 hostname 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-host>
:<uid> FHOST <display-host>|{*} <real-host>|{*}
Parameter | Description |
---|---|
<uid> | The unique identifier of the user that sent the message. |
<display-host> | The new displayed hostname of the source user. |
<real-host> | The new real hostname of the source user. |
Example Usage
Changes the displayed hostname of 36DAAAAAA to example.com:
:36DAAAAAA FHOST example.com
[1206+] Changes the displayed hostname of 36DAAAAAA to example.com:
:36DAAAAAA FHOST example.com *
[1206+] Changes the real hostname of 36DAAAAAA to example.com:
:36DAAAAAA FHOST * example.com
[1206+] Changes the displayed and real hostname of 36DAAAAAA to example.com:
:36DAAAAAA FHOST example.com example.com
History
1206
Support for changing the real hostname was added.