summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
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 41ee05818..668a8d1d9 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -59,7 +59,6 @@ namespace Commands
decHandler(me);
decHandler(toggle);
decHandler(present);
- decHandler(disregard);
decHandler(neutral);
decHandler(blackList);
decHandler(enemy);
@@ -131,8 +130,7 @@ namespace Commands
enum
{
- COMMAND_DISREGARD = 0,
- COMMAND_NEUTRAL,
+ COMMAND_NEUTRAL = 0,
COMMAND_BLACKLIST,
COMMAND_ENEMY,
COMMAND_ERASE,
@@ -211,7 +209,6 @@ enum
static const CommandInfo commands[] =
{
- {"disregard", &Commands::disregard, -1, true},
{"neutral", &Commands::neutral, -1, true},
{"blacklist", &Commands::blackList, -1, true},
{"enemy", &Commands::enemy, -1, true},