diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-30 14:29:06 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-30 14:29:06 +0200 |
commit | 822db3090f8c144833459cb7d3ed9e0422749f5e (patch) | |
tree | 5706ff105ad0cc04e8773b45a62478304d3fb6f5 /docs/help/in/sconnect.in | |
parent | 4beebe3238dda96efd4c3a0a6f6002ad5afc96e7 (diff) | |
download | irssi-822db3090f8c144833459cb7d3ed9e0422749f5e.zip |
Syntax rewrite for S-commands
Rewrote the syntax documentation for all commands starting with S.
Diffstat (limited to 'docs/help/in/sconnect.in')
-rw-r--r-- | docs/help/in/sconnect.in | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/help/in/sconnect.in b/docs/help/in/sconnect.in index ed07f4f9..47da885f 100644 --- a/docs/help/in/sconnect.in +++ b/docs/help/in/sconnect.in @@ -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 + + 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 -See also: OPER, SQUIT, RESTART +%9See also:%9 DIE, KILL, OPER, RESTART, SQUIT |