diff options
author | Timo Sirainen <cras@irssi.org> | 2002-08-26 22:06:37 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-08-26 22:06:37 +0000 |
commit | a5e01823c9934fd737d25cfff6c73b06a027a822 (patch) | |
tree | 404809b65db5926ce6ff0ad6b99475f17961281c /docs/help | |
parent | a6c4e4737602be55e62ab180b550d959d547c269 (diff) | |
download | irssi-a5e01823c9934fd737d25cfff6c73b06a027a822.zip |
SSL updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2892 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/connect.in | 1 | ||||
-rw-r--r-- | docs/help/in/server.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in index 499a28c5..aa5e3b20 100644 --- a/docs/help/in/connect.in +++ b/docs/help/in/connect.in @@ -2,6 +2,7 @@ @SYNTAX:connect@ -4, -6: specify explicitly whether to use IPv4 or IPv6 address + -ssl: use SSL when connecting -ircnet: the IRCNet -host: the host -!: don't autojoin channels diff --git a/docs/help/in/server.in b/docs/help/in/server.in index 538481ee..54752756 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -2,6 +2,7 @@ @SYNTAX:server@ -4, -6: specify explicitly whether to use IPv4 or IPv6 address + -ssl: use SSL when connecting -auto: Automatically connect to server at startup (default) -noauto: Don't connect to server at startup -ircnet: Specify what IRC network this server belongs to |