summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 00:02:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 00:02:45 +0300
commit1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d (patch)
treea7b4c4aef5a3e5f03bb0e5ca38c9d7946275a584 /src/commands.h
parent3529ae89be2b72e34d119ed4a2aca7b30403032c (diff)
downloadplus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.tar.gz
plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.tar.bz2
plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.tar.xz
plus-1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d.zip
Move chat command /emotepet 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 a1e826ee6..e29ea7d2b 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -51,7 +51,6 @@ struct CommandInfo final
namespace Commands
{
- decHandler(emotePet);
decHandler(away);
decHandler(pseudoAway);
decHandler(follow);
@@ -111,8 +110,7 @@ namespace Commands
enum
{
- COMMAND_EMOTEPET = 0,
- COMMAND_AWAY,
+ COMMAND_AWAY = 0,
COMMAND_PSEUDOAWAY,
COMMAND_FOLLOW,
COMMAND_HEAL,
@@ -171,7 +169,6 @@ enum
static const CommandInfo commands[] =
{
- {"emotepet", &Commands::emotePet, -1, true},
{"away", &Commands::away, -1, true},
{"pseudoaway", &Commands::pseudoAway, -1, true},
{"follow", &Commands::follow, -1, true},