diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index c80c2cf3f..8e90532c8 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -251,27 +251,6 @@ static void outStringNormal(ChatTab *const tab, } } -impHandler(query) -{ - if (chatWindow) - { - if (chatWindow->addWhisperTab(event.args, true)) - { - chatWindow->saveState(); - return true; - } - } - - if (event.tab) - { - // TRANSLATORS: new whisper query - event.tab->chatLog(strprintf(_("Cannot create a whisper tab for nick " - "\"%s\"! It either already exists, or is you."), - event.args.c_str()), ChatMsgType::BY_SERVER); - } - return true; -} - impHandler0(clear) { if (chatWindow) |