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