blob: 563e57f2f372b592216bd2211514014e559a4db0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
---
layout: page
title: "Help: squit"
---
{% comment %}
Please submit changes to
- https://github.com/irssi/irssi/blob/master/docs/help/in/squit.in
- https://github.com/irssi/irssi/blob/master/src/irc/core/irc-commands.c
{% endcomment %}
[Help index](/documentation/help)
### Syntax ###
<div class="highlight irssisyntax"><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)
|