FMODE

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 username (ident) 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

:<uuid> FMODE <channel> <ts> <modes> [<mode-parameters>]+

Parameter Description
<uuid> The unique identifier of the server or user that sent the message.
<channel> The channel for which the modes are being changed.
<ts> The creation time of the specified channel.
<modes> The modes which are being set on the channel.
<mode-parameters> The parameters to the modes which are being set on the channel.

Example Usage

Sets channel modes n (noextmsg) and l (limit) on #chan:

:36D FMODE #chan 1234567890 +nl 69