summary refs log tree commit diff stats
path: root/src/common/outbound.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-10-15 22:54:38 -0400
committerTingPing <tingping@tingping.se>2013-10-15 22:54:38 -0400
commitc6ad4501518bc83e94d0b62a4d1b157fe3c08def (patch)
tree4a1dc46bb476dc63a5d14908d6484ee2e8c85b43 /src/common/outbound.c
parenta284219abd992f62b4bbc0047fc561b47f827412 (diff)
Focus new server tabs
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r--src/common/outbound.c2
1 files changed, 1 insertions, 1 deletions
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;
 }