mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +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,25 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:sconnect@
|
||||
|
||||
IRC Operator command. Makes an IRC server connect
|
||||
to another server. This is CONNECT on the protocol level.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: OPER, SQUIT, RESTART
|
||||
The server to connect to, the connection port and the remote server that
|
||||
initiates the connection attempt.
|
||||
|
||||
If no remote server is given, the server you are currently connected to will
|
||||
be used.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Connect a server to the IRC network; this command is restricted to IRC
|
||||
operators.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/SCONNECT ircsource.irssi.org
|
||||
/SCONNECT ircsource.irssi.org 6667 be.hub
|
||||
|
||||
%9See also:%9 DIE, KILL, OPER, RESTART, SQUIT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue