2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
@SYNTAX:server@
|
|
|
|
|
2001-03-03 20:47:13 -05:00
|
|
|
-4, -6: specify explicitly whether to use IPv4 or IPv6 address
|
2002-08-26 18:06:37 -04:00
|
|
|
-ssl: use SSL when connecting
|
2003-11-16 13:03:17 -05:00
|
|
|
-ssl_cert: The SSL client certificate file (implies -ssl)
|
|
|
|
-ssl_pkey: The SSL client private key (if not included in the certificate file)
|
|
|
|
-ssl_verify: Verify servers SSL certificate
|
|
|
|
-ssl_cafile: File with list of CA certificates (implies -ssl_verify)
|
|
|
|
-ssl_capath: Directory with CA certificates (implies -ssl_verify)
|
2006-10-30 15:23:39 -05:00
|
|
|
-noproxy: Ignore the global proxy configuration for this server
|
2004-10-17 15:23:10 -04:00
|
|
|
-auto: Automatically connect to server at startup
|
|
|
|
-noauto: Don't connect to server at startup (default)
|
2004-07-11 17:31:49 -04:00
|
|
|
-network: Specify what IRC network this server belongs to
|
|
|
|
-ircnet: Same as -network. Deprecated. Do not use
|
2000-07-26 13:52:19 -04:00
|
|
|
-host: Specify what host name to use, if you have multiple
|
2002-03-06 09:43:42 -05:00
|
|
|
-!: don't autojoin channels
|
2000-07-26 13:52:19 -04:00
|
|
|
-cmdspeed: Same as /SET cmd_queue_speed, see section 3.1
|
2008-08-01 08:27:37 -04:00
|
|
|
-cmdmax: Same as /SET cmds_max_at_once, see section 3.1
|
2008-05-18 10:03:35 -04:00
|
|
|
-port: Use this only to edit the port number of an existing server,
|
|
|
|
for new servers use the <port> argument
|
2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
/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
|
|
|
|
|
2003-06-04 19:24:12 -04:00
|
|
|
/SERVER PURGE [<target>]
|
|
|
|
|
|
|
|
Clears the server send queue. Useful if, for example, you accidentally paste lots of text to a channel.
|
|
|
|
|
2002-04-09 17:25:34 -04:00
|
|
|
See also: CONNECT, DISCONNECT, RECONNECT, RMRECONNS
|
2000-07-26 13:52:19 -04:00
|
|
|
|