mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
68f8229373
Fixes: Bug #305 git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5231 dbcabf3a-b0e7-0310-adc4-f8d773084564
45 lines
1.8 KiB
Plaintext
45 lines
1.8 KiB
Plaintext
|
|
@SYNTAX:server@
|
|
|
|
-4, -6: specify explicitly whether to use IPv4 or IPv6 address
|
|
-ssl: use SSL when connecting
|
|
-ssl_cert: The SSL client certificate file (implies -ssl)
|
|
-ssl_pkey: The SSL client private key (if not included in the certificate file)
|
|
-ssl_pass: The password for the SSL client private key or certificate.
|
|
-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)
|
|
-noproxy: Ignore the global proxy configuration for this server
|
|
-auto: Automatically connect to server at startup
|
|
-noauto: Don't connect to server at startup (default)
|
|
-network: Specify what IRC network this server belongs to
|
|
-ircnet: Same as -network. Deprecated. Do not use
|
|
-host: Specify what host name to use, if you have multiple
|
|
-!: don't autojoin channels
|
|
-noautosendcmd: don't execute autosendcmd
|
|
-cmdspeed: Same as /SET cmd_queue_speed, see section 3.1
|
|
-cmdmax: Same as /SET cmds_max_at_once, see section 3.1
|
|
-port: Use this only to edit the port number of an existing server,
|
|
for new servers use the <port> argument
|
|
|
|
/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>] [<network>]
|
|
|
|
/SERVER LIST
|
|
|
|
/SERVER PURGE [<target>]
|
|
|
|
Clears the server send queue. Useful if, for example, you accidentally paste lots of text to a channel.
|
|
|
|
See also: CONNECT, DISCONNECT, RECONNECT, RMRECONNS
|
|
|