From 4d6fd10b94d9c4fb2949272ffe1de1300f33405b Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 19 Apr 2009 11:47:28 -0600 Subject: Make /query switch to the new tab --- src/commandhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commandhandler.cpp') diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index 81507791..ea0094c3 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -337,7 +337,7 @@ void CommandHandler::handleMsg(const std::string &args, ChatTab *tab) } void CommandHandler::handleQuery(const std::string &args, ChatTab *tab) { - if (chatWindow->addWhisperTab(args)) + if (chatWindow->addWhisperTab(args, true)) return; tab->chatLog(strprintf(_("Cannont create a whisper tab for nick '%s'!" -- cgit v1.2.3-60-g2f50