From a1476f1780044014d273fcb6f5facf82c1be724f Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 3 Oct 2012 00:03:52 +0100 Subject: [PATCH] Automatically open window with /msg command --- src/windows.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/windows.c b/src/windows.c index f6b230ac..f6b8b24a 100644 --- a/src/windows.c +++ b/src/windows.c @@ -365,7 +365,8 @@ win_show_outgoing_msg(const char * const from, const char * const to, _win_show_time(win); _win_show_user(win, from, 0); _win_show_message(win, message); - + _win_switch_if_active(win_index); +/* status_bar_active(win_index); if (win_index == _curr_prof_win) { @@ -373,6 +374,7 @@ win_show_outgoing_msg(const char * const from, const char * const to, } else { status_bar_new(win_index); } +*/ } void