summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-23 23:16:19 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-23 23:16:19 +0300
commitc33d54dd45efd88f95014bd41813accb15e76f89 (patch)
treeec19b20b2f59bebde3afd4c6ef2920fff666b1a9 /src/commands.h
parent81a7b06f2ff1fad4b012068b15975bdb5e86a0e4 (diff)
downloadplus-c33d54dd45efd88f95014bd41813accb15e76f89.tar.gz
plus-c33d54dd45efd88f95014bd41813accb15e76f89.tar.bz2
plus-c33d54dd45efd88f95014bd41813accb15e76f89.tar.xz
plus-c33d54dd45efd88f95014bd41813accb15e76f89.zip
Move chat command /ignore 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 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},