From c6ad4501518bc83e94d0b62a4d1b157fe3c08def Mon Sep 17 00:00:00 2001 From: TingPing Date: Tue, 15 Oct 2013 22:54:38 -0400 Subject: [PATCH] Focus new server tabs --- src/common/outbound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/outbound.c b/src/common/outbound.c index 4257912c..879d0337 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -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; }