summaryrefslogtreecommitdiff
path: root/docs/help/in/server.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-07-26 17:52:19 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-07-26 17:52:19 +0000
commitd9f9b64c76105977fccabd7e99dc1f6cef970de3 (patch)
tree34736d1d41734bcfc00e518b237ec050566c093f /docs/help/in/server.in
parent1fe6d11d7e628d94ebafaeb5eefa37457e44a0d6 (diff)
downloadirssi-d9f9b64c76105977fccabd7e99dc1f6cef970de3.zip
Help files by lite
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@536 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help/in/server.in')
-rw-r--r--docs/help/in/server.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/help/in/server.in b/docs/help/in/server.in
new file mode 100644
index 00000000..5453470d
--- /dev/null
+++ b/docs/help/in/server.in
@@ -0,0 +1,33 @@
+
+@SYNTAX:server@
+
+/SERVER ADD [-auto | -noauto] [-ircnet <ircnet>] [-host
+ <hostname>] [-cmdspeed <ms>] [-cmdmax <count>]
+ [-port <port>] <address> [<port> [<password>]]
+
+ -auto: Automatically connect to server at startup (default)
+ -noauto: Don't connect to server at startup
+ -ircnet: Specify what IRC network this server belongs to
+ -host: Specify what host name to use, if you have multiple
+ -cmdspeed: Same as /SET cmd_queue_speed, see section 3.1
+ -cmdmax: Same as /SET cmd_max_at_once, see section 3.1
+ -port: This is pretty much like the port argument later,
+ except this can be used to modify existing server's
+ port.
+
+/SERVER disconnects the server in active window and connects
+to the new one. It will take the same arguments as /CONNECT.
+If you prefix the address with the + character, Irssi won't
+disconnect the active server, and it will create a new window
+where the server is connected (ie. /window new hide;
+/connect address)
+
+/SERVER without any arguments displays the list of connected
+ servers.
+
+/SERVER REMOVE <address> [<port>]
+
+/SERVER LIST
+
+See also: RMRECONNS, DISCONNECT, RECONNECT
+