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 1dbd3a27d..cc10dfc45 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -59,7 +59,6 @@ namespace Commands
decHandler(me);
decHandler(toggle);
decHandler(present);
- decHandler(ignore);
decHandler(unignore);
decHandler(beFriend);
decHandler(disregard);
@@ -134,8 +133,7 @@ namespace Commands
enum
{
- COMMAND_IGNORE = 0,
- COMMAND_UNIGNORE,
+ COMMAND_UNIGNORE = 0,
COMMAND_FRIEND,
COMMAND_BEFRIEND,
COMMAND_DISREGARD,
@@ -218,7 +216,6 @@ enum
static const CommandInfo commands[] =
{
- {"ignore", &Commands::ignore, -1, true},
{"unignore", &Commands::unignore, -1, true},
{"friend", Commands::beFriend, -1, true},
{"befriend", &Commands::beFriend, -1, true},