diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-03-25 11:20:37 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-03-25 11:20:37 +0000 |
commit | eaa33bfb8e421738ff3b6abd4c9e5a1930362f2d (patch) | |
tree | c8f1472e5d0af9704516b18c05989c13c3254eda /src/common/weechat.c | |
parent | fcd38093268863f16b92b071e0489d23c26dc436 (diff) | |
download | weechat-eaa33bfb8e421738ff3b6abd4c9e5a1930362f2d.zip |
Added hostname/IP option for connection to server
Diffstat (limited to 'src/common/weechat.c')
-rw-r--r-- | src/common/weechat.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/weechat.c b/src/common/weechat.c index cea92ad48..6c9392c9e 100644 --- a/src/common/weechat.c +++ b/src/common/weechat.c @@ -687,8 +687,9 @@ weechat_parse_args (int argc, char *argv[]) server_tmp.ipv6, server_tmp.ssl, server_tmp.password, server_tmp.nick1, server_tmp.nick2, server_tmp.nick3, - NULL, NULL, NULL, 0, server_tmp.autojoin, 1, NULL, - NULL, NULL, NULL)) + NULL, NULL, NULL, NULL, 0, + server_tmp.autojoin, 1, NULL, NULL, + NULL, NULL)) fprintf (stderr, _("%s unable to create server ('%s'), ignored\n"), WEECHAT_WARNING, argv[i]); server_destroy (&server_tmp); |