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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user