mirror of
https://github.com/moparisthebest/hexchat
synced 2025-01-09 13:08:03 -05:00
Focus new server tabs
This commit is contained in:
parent
a284219abd
commit
c6ad450151
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user