From c33d54dd45efd88f95014bd41813accb15e76f89 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Aug 2014 23:16:19 +0300 Subject: Move chat command /ignore into actions. --- src/gui/widgets/tabs/whispertab.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui/widgets/tabs/whispertab.cpp') diff --git a/src/gui/widgets/tabs/whispertab.cpp b/src/gui/widgets/tabs/whispertab.cpp index ed17bd652..04d390fe4 100644 --- a/src/gui/widgets/tabs/whispertab.cpp +++ b/src/gui/widgets/tabs/whispertab.cpp @@ -103,10 +103,6 @@ bool WhisperTab::handleCommand(const std::string &restrict type, if (chatWindow) chatWindow->defaultTab(); } - else if (type == "ignore") - { - CommandHandler::invokeCommand(COMMAND_IGNORE, mNick, this); - } else if (type == "unignore") { CommandHandler::invokeCommand(COMMAND_UNIGNORE, mNick, this); -- cgit v1.2.3-60-g2f50