diff options
author | TingPing <tingping@tingping.se> | 2013-10-15 22:54:38 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-10-15 22:54:38 -0400 |
commit | c6ad4501518bc83e94d0b62a4d1b157fe3c08def (patch) | |
tree | 4a1dc46bb476dc63a5d14908d6484ee2e8c85b43 /src/common | |
parent | a284219abd992f62b4bbc0047fc561b47f827412 (diff) |
Focus new server tabs
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/outbound.c | 2 |
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; } |