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

35 lines
835 B
Plaintext

# squit
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/squit.in
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">SQUIT</span> <span class="synB05">&lt;server></span>|<span class="synB05">&lt;mask></span> <span class="synB05">&lt;reason></span></code></pre></div>
## Parameters ##
The server and the disconnect reason.
## Description ##
Disconnects a server from the IRC network; this command is restricted to
IRC operators.
## Examples ##
/SQUIT ircsource.irssi.org I'm fixing a desync!
## See also ##
[DIE](/documentation/help/die), [OPER](/documentation/help/oper), [SCONNECT](/documentation/help/sconnect)