This action makes a client join the currently selected channel at the server's request, using either the currently selected client, or a different client identified by their name.

It takes one parameter, which is the client name to be joined to the channel.

If this is left blank "", the currently selected client is joined to it instead.


The selected client is not changed by this action.


You should not use this action to make a client join the channel "apples" in response to a Channel > On join request event for channel "apples". Doing so will cause undefined behavior, and may result in server instability.

Instead, read more about how the channel join request is approved, and options for modifying a join request, under the Enable/disable conditions > On join channel request action.