diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/widgets/tabs/whispertab.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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); |