summaryrefslogtreecommitdiff
path: root/src/commands.h
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.h
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.h')
-rw-r--r--src/commands.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h
index 5cfbd55a1..c94d802f3 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -52,7 +52,6 @@ struct CommandInfo final
namespace Commands
{
decHandler(hack);
- decHandler(disableHighlight);
decHandler(dontRemoveName);
decHandler(removeName);
decHandler(disableAway);
@@ -72,8 +71,7 @@ namespace Commands
enum
{
- COMMAND_DISABLEHIGHLIGHT = 0,
- COMMAND_DONTREMOVENAME,
+ COMMAND_DONTREMOVENAME = 0,
COMMAND_REMOVENAME,
COMMAND_DISABLEAWAY,
COMMAND_ENABLEAWAY,
@@ -92,7 +90,6 @@ enum
static const CommandInfo commands[] =
{
- {"disablehighlight", &Commands::disableHighlight, -1, false},
{"", &Commands::dontRemoveName, -1, false},
{"", &Commands::removeName, -1, false},
{"disableaway", &Commands::disableAway, -1, false},