1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

irc: auto-connect to servers created with "irc://" on command line but not other servers if "-a" ("--no-connect") is given

This commit is contained in:
Sebastien Helleu
2011-11-03 13:11:10 +01:00
parent c87558d3db
commit e62cf7c57d
4 changed files with 11 additions and 5 deletions
+1 -2
View File
@@ -233,8 +233,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
}
else
{
if (auto_connect)
irc_server_auto_connect ();
irc_server_auto_connect (auto_connect);
}
irc_hook_timer = weechat_hook_timer (1 * 1000, 0, 0,