mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-20 04:30:18 +00:00
Focus new server tabs
This commit is contained in:
@@ -2842,7 +2842,7 @@ cmd_newserver (struct session *sess, char *tbuf, char *word[],
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
sess = new_ircwindow (NULL, NULL, SESS_SERVER, 0);
|
sess = new_ircwindow (NULL, NULL, SESS_SERVER, 1);
|
||||||
cmd_server (sess, tbuf, word, word_eol);
|
cmd_server (sess, tbuf, word, word_eol);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user