summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 14:52:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 14:52:10 +0300
commit45949cf0fbade4f211520926c5e839c68cd01fbb (patch)
treedf264bef9f6876c65d3e1905e374b15739c8f655 /src/commands.h
parentd003da4b7bbf1b37f95c2e8e761fbe3e54b25c7a (diff)
downloadplus-45949cf0fbade4f211520926c5e839c68cd01fbb.tar.gz
plus-45949cf0fbade4f211520926c5e839c68cd01fbb.tar.bz2
plus-45949cf0fbade4f211520926c5e839c68cd01fbb.tar.xz
plus-45949cf0fbade4f211520926c5e839c68cd01fbb.zip
Move chat command /testsdlfont 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 44afba028..3875d4523 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -52,7 +52,6 @@ struct CommandInfo final
namespace Commands
{
decHandler(hack);
- decHandler(testsdlfont);
decHandler(enableHighlight);
decHandler(disableHighlight);
decHandler(dontRemoveName);
@@ -74,8 +73,7 @@ namespace Commands
enum
{
- COMMAND_TESTSDLFONT = 0,
- COMMAND_ENABLEHIGHLIGHT,
+ COMMAND_ENABLEHIGHLIGHT = 0,
COMMAND_DISABLEHIGHLIGHT,
COMMAND_DONTREMOVENAME,
COMMAND_REMOVENAME,
@@ -96,7 +94,6 @@ enum
static const CommandInfo commands[] =
{
- {"testsdlfont", &Commands::testsdlfont, -1, false},
{"enablehighlight", &Commands::enableHighlight, -1, false},
{"disablehighlight", &Commands::disableHighlight, -1, false},
{"", &Commands::dontRemoveName, -1, false},