2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
Syntax:
|
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
@SYNTAX:connect@
|
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
Parameters:
|
|
|
|
|
|
|
|
-4: Connect using IPv4.
|
|
|
|
-6: Connect using IPv6.
|
|
|
|
-ssl: Connect using SSL encryption.
|
|
|
|
-ssl_cert: The SSL client certificate file.
|
|
|
|
-ssl_pkey: The SSL client private key, if not included in the certificate file.
|
|
|
|
-ssl_verify: Verify 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.
|
|
|
|
-noproxy: Ignore the global proxy configuration.
|
|
|
|
-network: The network this connection belongs to
|
|
|
|
-host: The hostname you would like to connect from.
|
|
|
|
-rawlog: Immediately open rawlog after connecting.
|
|
|
|
-!: Don't autojoin channels.
|
|
|
|
-noautosendcmd: Don't execute autosendcmd.
|
|
|
|
|
|
|
|
A network or server to connect to. You can optionally specify a custom port,
|
|
|
|
password and nickname.
|
|
|
|
|
|
|
|
Description:
|
|
|
|
|
|
|
|
Opens a new connection to the specified network or server.
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
|
|
|
/CONNECT Freenode
|
|
|
|
/CONNECT -6 Freenode
|
|
|
|
/CONNECT -4 -! -host my.cute.hostname.tld -network Freenode orwell.freenode.net
|
|
|
|
/CONNECT kitties.example.com 6667 myPassword BasementCat
|
|
|
|
|
|
|
|
See also: DISCONNECT, RMRECONNS, SERVER
|
2000-07-26 13:52:19 -04:00
|
|
|
|