diff options
author | Timo Sirainen <cras@irssi.org> | 2004-08-19 18:58:17 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-08-19 18:58:17 +0000 |
commit | e5148aca0ee36c92f5475001744e0d5ca07a627e (patch) | |
tree | ce4bfe78470ef4500a8b2489566f22ba63836302 | |
parent | e4f6e3dc7509dcbfa99794a53ec2b732325e08a7 (diff) | |
download | irssi-e5148aca0ee36c92f5475001744e0d5ca07a627e.zip |
/SERVER, /CONNECT -network wasn't working
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3278 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | src/core/chat-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/chat-commands.c b/src/core/chat-commands.c index a764373c..85576df8 100644 --- a/src/core/chat-commands.c +++ b/src/core/chat-commands.c @@ -486,7 +486,7 @@ void chat_commands_init(void) signal_add("default command server", (SIGNAL_FUNC) sig_default_command_server); signal_add("server sendmsg", (SIGNAL_FUNC) sig_server_sendmsg); - command_set_options("connect", "4 6 !! ssl +ssl_cert +ssl_pkey ssl_verify +ssl_cafile +ssl_capath +host noproxy -rawlog"); + command_set_options("connect", "4 6 !! -network ssl +ssl_cert +ssl_pkey ssl_verify +ssl_cafile +ssl_capath +host noproxy -rawlog"); command_set_options("join", "invite"); command_set_options("msg", "channel nick"); } |