2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-06 12:17:05 -04:00
|
|
|
%9Syntax:%9
|
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
@SYNTAX:server@
|
|
|
|
|
2014-07-06 12:17:05 -04:00
|
|
|
%9Parameters:%9
|
|
|
|
|
|
|
|
LIST: Displays the list of servers you are connected to.
|
|
|
|
CONNECT: Connects to the given server.
|
|
|
|
ADD: Adds a server to your configuration.
|
2016-06-18 11:59:59 -04:00
|
|
|
MODIFY: Modifies a server in your configuration.
|
2014-07-06 12:17:05 -04:00
|
|
|
REMOVE: Removes a server from your configuration.
|
|
|
|
PURGE: Purges the commands queued to be sent to the server.
|
|
|
|
|
|
|
|
-!: Doesn't autojoin the channels.
|
|
|
|
-4: Connects using IPv4.
|
|
|
|
-6: Connects using IPv6.
|
|
|
|
-ssl: Connects using SSL encryption.
|
|
|
|
-ssl_cert: The SSL client certificate file.
|
|
|
|
-ssl_pkey: The SSL client private key, if not included in the
|
|
|
|
certificate file.
|
2014-11-14 01:46:02 -05:00
|
|
|
-ssl_pass: The password for the SSL client private key or certificate.
|
2014-07-06 12:17:05 -04:00
|
|
|
-ssl_verify: Verifies the SSL certificate of the server.
|
|
|
|
-ssl_cafile: The file with the list of CA certificates.
|
|
|
|
-ssl_capath: The directory which contains the CA certificates.
|
2015-04-17 23:53:07 -04:00
|
|
|
-ssl_ciphers: SSL cipher suite preference lists.
|
2014-07-06 12:17:05 -04:00
|
|
|
-auto: Automatically connects to the server on startup.
|
|
|
|
-noauto: Doesn't connect to the server on startup.
|
|
|
|
-network: The network the server belongs to.
|
|
|
|
-host: The hostname you would like to connect from.
|
|
|
|
-cmdspeed: Specifies the minimum amount of time, expressed in
|
|
|
|
milliseconds, that the client must wait before sending
|
|
|
|
additional commands to the server.
|
2014-07-30 17:27:41 -04:00
|
|
|
-cmdmax: Specifies the maximum number of commands to perform
|
2014-07-06 12:17:05 -04:00
|
|
|
before starting the internal flood protection.
|
|
|
|
-port: Specifies the port to connect to the server.
|
|
|
|
-noproxy: Ignores the global proxy configuration.
|
|
|
|
-rawlog: Immediately open rawlog after connecting.
|
2014-07-06 16:52:50 -04:00
|
|
|
-noautosendcmd: Doesn't execute autosendcmd.
|
2014-07-06 12:17:05 -04:00
|
|
|
|
|
|
|
The server, port and network to add, modify or remove; if no argument is
|
|
|
|
given, the list of servers you are connected to will be returned.
|
|
|
|
|
|
|
|
%9Description:%9
|
|
|
|
|
|
|
|
Displays, adds, modifies or removes the network configuration of IRC
|
|
|
|
servers.
|
2014-08-07 16:00:40 -04:00
|
|
|
|
2014-07-06 12:17:05 -04:00
|
|
|
When using the ADD parameter on a server that already exists, the
|
|
|
|
configuration will be merged with each other.
|
2014-08-07 16:00:40 -04:00
|
|
|
|
2014-07-06 12:17:05 -04:00
|
|
|
When using the command without any of the given parameters, it will
|
|
|
|
connect to the specified server; the server in the active window will be
|
2014-08-07 16:00:40 -04:00
|
|
|
disconnected unless you prepend the server with the '+' character; the same
|
2014-07-06 12:17:05 -04:00
|
|
|
method is applicable to the CONNECT parameter.
|
|
|
|
|
|
|
|
%9Examples:%9
|
|
|
|
|
|
|
|
/SERVER
|
|
|
|
/SERVER chat.freenode.net
|
|
|
|
/SERVER +chat.freenode.net
|
|
|
|
/SERVER CONNECT chat.freenode.net
|
|
|
|
/SERVER CONNECT +chat.freenode.net
|
2014-07-06 16:52:50 -04:00
|
|
|
/SERVER ADD -network Freenode -noautosendcmd orwell.freenode.net
|
2014-07-06 12:53:05 -04:00
|
|
|
/SERVER ADD -! -auto -host staff.irssi.org -port 6667 -4 -network Freenode -noproxy orwell.freenode.net
|
2016-06-18 11:59:59 -04:00
|
|
|
/SERVER MODIFY -network Freenode -noauto orwell.freenode.net
|
2014-10-20 16:11:20 -04:00
|
|
|
/SERVER REMOVE orwell.freenode.net 6667 Freenode
|
2014-07-06 12:17:05 -04:00
|
|
|
/SERVER PURGE
|
|
|
|
/SERVER PURGE orwell.freenode.net
|
2014-08-07 16:00:40 -04:00
|
|
|
|
2014-07-06 12:17:05 -04:00
|
|
|
%9See also:%9 CHANNEL, CONNECT, DISCONNECT, NETWORK, RECONNECT, RMRECONNS
|
2000-07-26 13:52:19 -04:00
|
|
|
|