summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-23 23:16:19 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-23 23:16:19 +0300
commitc33d54dd45efd88f95014bd41813accb15e76f89 (patch)
treeec19b20b2f59bebde3afd4c6ef2920fff666b1a9 /src/gui
parent81a7b06f2ff1fad4b012068b15975bdb5e86a0e4 (diff)
downloadplus-c33d54dd45efd88f95014bd41813accb15e76f89.tar.gz
plus-c33d54dd45efd88f95014bd41813accb15e76f89.tar.bz2
plus-c33d54dd45efd88f95014bd41813accb15e76f89.tar.xz
plus-c33d54dd45efd88f95014bd41813accb15e76f89.zip
Move chat command /ignore 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 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);