IJOIN

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.

Joins a user to an already existing channel.

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> IJOIN <channel> <membid> [<ts> <prefix-modes>]

Parameter Description
<uid> The unique identifier of the user that sent the message.
<channel> The channel that the user is joining.
<membid> The unique identifier of the associated user's channel membership.
<ts> The time at which the channel was created.
<prefix-modes> The prefix modes that the joining user has.

Example Usage

Joins user 36DAAAAAA to #chan:

:36DAAAAAA IJOIN #chan 69

Joins user 36DAAAAAA to #chan with channel prefix mode o (op):

:36DAAAAAA IJOIN #chan 69 1234567890 o