summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp2
1 files changed, 1 insertions, 1 deletions
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'!"