mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +02:00
When private window is created (another user is talking), WeeChat does not switch to this window
This commit is contained in:
@@ -585,7 +585,7 @@ server_auto_connect ()
|
||||
{
|
||||
if (ptr_server->autoconnect)
|
||||
{
|
||||
gui_window_new (ptr_server, NULL);
|
||||
gui_window_new (ptr_server, NULL, 1);
|
||||
if (server_connect (ptr_server))
|
||||
irc_login (ptr_server);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user