2021-10-22 22:16:28 +02:00

35 lines
775 B
Plaintext

# part
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/part.in
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">PART</span> <span class="syn10">[<span class="syn09">&lt;channels></span>]</span> <span class="syn10">[<span class="syn09">&lt;message></span>]</span></code></pre></div>
## Parameters ##
The channels, separated by a comma, to leave and the message to advertise.
## Description ##
Leaves the given channels.
## Examples ##
/PART #irssi
/PART #libera,#irssi
## See also ##
[JOIN](/documentation/help/join), [KICK](/documentation/help/kick)