imported irssi.
[silc.git] / apps / irssi / docs / help / in / server.in
1
2 @SYNTAX:server@
3
4      -4, -6: specify explicitly whether to use IPv4 or IPv6 address
5      -auto: Automatically connect to server at startup (default)
6      -noauto: Don't connect to server at startup
7      -ircnet: Specify what IRC network this server belongs to
8      -host: Specify what host name to use, if you have multiple
9      -cmdspeed: Same as /SET cmd_queue_speed, see section 3.1
10      -cmdmax: Same as /SET cmd_max_at_once, see section 3.1
11      -port: This is pretty much like the port argument later, 
12             except this can be used to modify existing server's 
13             port.
14
15 /SERVER disconnects the server in active window and connects 
16 to the new one. It will take the same arguments as /CONNECT. 
17 If you prefix the address with the + character, Irssi won't 
18 disconnect the active server, and it will create a new window 
19 where the server is connected (ie. /window new hide;
20 /connect address)
21
22 /SERVER without any arguments displays the list of connected 
23         servers.
24
25 /SERVER REMOVE <address> [<port>]
26
27 /SERVER LIST
28
29 See also: RMRECONNS, DISCONNECT, RECONNECT
30