FNAME

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

Documentation of the server protocol is still work in progress. It may be incomplete or inaccurate.

Changes the real name (gecos) 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> FNAME <realname>

Parameter Description
<uid> The unique identifier of the user that sent the message.
<realname> The new real name (gecos) of the source user.

Example Usage

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

:36DAAAAAA FNAME :Wibble Wobble