forked from PsychoticNinja/ailin-nemui-irssi
35 lines
835 B
Plaintext
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"><server></span>|<span class="synB05"><mask></span> <span class="synB05"><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)
|
|
|