SVSPART

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.

Forces the specified user to part a 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

[:<sid>] SVSPART <uid> <channel> [:<reason>]

Parameter Description
<uid> The UUID of the user to part from the specified channel.
<channel> The channel which the user is being parted from.
<reason> The reason for parting the user from the channel.

Example Usage

Parts user 36EAAAAAA from #wibble:

:36D SVSPART 36EAAAAAA #wibble

Parts user 36EAAAAAA from #wibble with the reason "wobble":

:36D SVSPART 36EAAAAAA #wibble :wobble