summaryrefslogtreecommitdiff
path: root/docs/help/in/connect.in
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-07-03 21:41:10 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2014-07-03 21:41:10 +0200
commit037fae0ed567eedefe5550d0688cf5b42a53b6c7 (patch)
tree88c724ba26654cdf4e094813a69e35d878adba21 /docs/help/in/connect.in
parent878411edc4664c5d923347fdb3383d8fbe6f31c1 (diff)
downloadirssi-037fae0ed567eedefe5550d0688cf5b42a53b6c7.zip
Syntax format changes for A-C commands
Updated the file format template for commands A through C.
Diffstat (limited to 'docs/help/in/connect.in')
-rw-r--r--docs/help/in/connect.in30
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in
index 69ed91b9..c1f95de0 100644
--- a/docs/help/in/connect.in
+++ b/docs/help/in/connect.in
@@ -1,38 +1,38 @@
-Syntax:
+%9Syntax:%9
@SYNTAX:connect@
-Parameters:
+%9Parameters:%9
- -4: Connect using IPv4.
- -6: Connect using IPv6.
- -ssl: Connect using SSL encryption.
+ -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.
- -ssl_verify: Verify the SSL certificate of the server.
+ -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.
- -noproxy: Ignore the global proxy configuration.
+ -noproxy: Ignores 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.
+ -!: Doesn't autojoin channels.
+ -noautosendcmd: Doesn't execute autosendcmd.
- A network or server to connect to. You can optionally specify a custom port,
+ A network or server to connect to; you can optionally specify a custom port,
password and nickname.
-Description:
+%9Description:%9
Opens a new connection to the specified network or server.
-Examples:
+%9Examples:%9
/CONNECT Freenode
/CONNECT -6 Freenode
- /CONNECT -4 -! -host my.cute.hostname.tld -network Freenode orwell.freenode.net
- /CONNECT kitties.example.com 6667 myPassword BasementCat
+ /CONNECT -4 -! -host office.google.com -network Freenode orwell.freenode.net
+ /CONNECT secure.server.google.com 6667 WzerT8zq mike
-See also: DISCONNECT, RMRECONNS, SERVER
+%9See also:%9 DISCONNECT, RMRECONNS, SERVER