35 lines
775 B
Plaintext
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"><channels></span>]</span> <span class="syn10">[<span class="syn09"><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)
|
|
|