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 60d759050..a1e826ee6 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -51,7 +51,6 @@ struct CommandInfo final
namespace Commands
{
- decHandler(emote);
decHandler(emotePet);
decHandler(away);
decHandler(pseudoAway);
@@ -112,8 +111,7 @@ namespace Commands
enum
{
- COMMAND_EMOTE = 0,
- COMMAND_EMOTEPET,
+ COMMAND_EMOTEPET = 0,
COMMAND_AWAY,
COMMAND_PSEUDOAWAY,
COMMAND_FOLLOW,
@@ -173,7 +171,6 @@ enum
static const CommandInfo commands[] =
{
- {"emote", &Commands::emote, -1, true},
{"emotepet", &Commands::emotePet, -1, true},
{"away", &Commands::away, -1, true},
{"pseudoaway", &Commands::pseudoAway, -1, true},