From f5651bc452096c8cd84d7c801228d64af3a165d2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 Aug 2014 17:14:07 +0300 Subject: Move chat command /unignore into actions. --- src/gui/widgets/tabs/whispertab.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui') diff --git a/src/gui/widgets/tabs/whispertab.cpp b/src/gui/widgets/tabs/whispertab.cpp index 04d390fe4..ad5ea6564 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 == "unignore") - { - CommandHandler::invokeCommand(COMMAND_UNIGNORE, mNick, this); - } else { return false; -- cgit v1.2.3-70-g09d2