summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 15:21:32 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 15:21:32 +0300
commit9de5536077107f36185c1132cd0cbcdbeefffabb (patch)
tree085c92fba0a9d835096ba4c736caf1cb4c9d01ee /src/commands.cpp
parentfbf45af162f9a2eecd3c27c8729bd9c811dbe793 (diff)
downloadplus-9de5536077107f36185c1132cd0cbcdbeefffabb.tar.gz
plus-9de5536077107f36185c1132cd0cbcdbeefffabb.tar.bz2
plus-9de5536077107f36185c1132cd0cbcdbeefffabb.tar.xz
plus-9de5536077107f36185c1132cd0cbcdbeefffabb.zip
Move chat command /disablehightlight into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 6c0abcd38..de2d03475 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -106,18 +106,6 @@ impHandler(hack)
return true;
}
-impHandler(disableHighlight)
-{
- if (event.tab)
- {
- event.tab->setAllowHighlight(false);
- if (chatWindow)
- chatWindow->saveState();
- return true;
- }
- return false;
-}
-
impHandler(dontRemoveName)
{
if (event.tab)