diff options
author | Valentin Batz <senneth@irssi.org> | 2006-10-30 20:23:39 +0000 |
---|---|---|
committer | vb <vb@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2006-10-30 20:23:39 +0000 |
commit | 00fdaf4d7294494493b53ae0e3031a273e0b9c2c (patch) | |
tree | 6a15263795d380da4b0e4f509feab1222d52a359 /docs/help | |
parent | d33fc2db8a6ad6d0a372ca3b961240b9835eeacb (diff) | |
download | irssi-00fdaf4d7294494493b53ae0e3031a273e0b9c2c.zip |
documentation: added the explanation of the -noproxy option of in the server command
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4394 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/server.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/in/server.in b/docs/help/in/server.in index c4129df7..03bd5937 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -8,6 +8,7 @@ -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 |