summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-24 17:14:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-24 17:14:07 +0300
commitf5651bc452096c8cd84d7c801228d64af3a165d2 (patch)
treeafc3a673675dbae99b30e5c61be6bf713cb70395 /src/gui
parentc33d54dd45efd88f95014bd41813accb15e76f89 (diff)
downloadplus-f5651bc452096c8cd84d7c801228d64af3a165d2.tar.gz
plus-f5651bc452096c8cd84d7c801228d64af3a165d2.tar.bz2
plus-f5651bc452096c8cd84d7c801228d64af3a165d2.tar.xz
plus-f5651bc452096c8cd84d7c801228d64af3a165d2.zip
Move chat command /unignore into actions.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/widgets/tabs/whispertab.cpp4
1 files changed, 0 insertions, 4 deletions
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;