mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Syntax rewrite for S-commands
Rewrote the syntax documentation for all commands starting with S.
This commit is contained in:
parent
4beebe3238
commit
822db3090f
9 changed files with 226 additions and 92 deletions
|
|
@ -1,8 +1,20 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:squit@
|
||||
|
||||
IRC Operator command. Splits the given server and all servers
|
||||
behind it from your side of the IRC network.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: SCONNECT, OPER, DIE, RESTART
|
||||
The server and the disconnect reason.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Disconnects a server from the IRC network; this command is restricted to
|
||||
IRC operators.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/SQUIT ircsource.irssi.org I'm fixing a desync!
|
||||
|
||||
%9See also:%9 DIE, OPER, SCONNECT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue