Focus new server tabs

This commit is contained in:
TingPing 2013-10-15 22:54:38 -04:00
parent a284219abd
commit c6ad450151
1 changed files with 1 additions and 1 deletions

View File

@ -2842,7 +2842,7 @@ cmd_newserver (struct session *sess, char *tbuf, char *word[],
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);
return TRUE;
}