summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 15:14:59 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 15:14:59 +0300
commitfbf45af162f9a2eecd3c27c8729bd9c811dbe793 (patch)
tree9c67b9bbed3f9f34c84d900f3bc7115c2ed1e05b /src/commands.cpp
parent45949cf0fbade4f211520926c5e839c68cd01fbb (diff)
downloadplus-fbf45af162f9a2eecd3c27c8729bd9c811dbe793.tar.gz
plus-fbf45af162f9a2eecd3c27c8729bd9c811dbe793.tar.bz2
plus-fbf45af162f9a2eecd3c27c8729bd9c811dbe793.tar.xz
plus-fbf45af162f9a2eecd3c27c8729bd9c811dbe793.zip
Move chat command /enablehightlight 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 1f474bd3f..6c0abcd38 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -106,18 +106,6 @@ impHandler(hack)
return true;
}
-impHandler(enableHighlight)
-{
- if (event.tab)
- {
- event.tab->setAllowHighlight(true);
- if (chatWindow)
- chatWindow->saveState();
- return true;
- }
- return false;
-}
-
impHandler(disableHighlight)
{
if (event.tab)