diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h index e29ea7d2b..d14d47dab 100644 --- a/src/commands.h +++ b/src/commands.h @@ -51,7 +51,6 @@ struct CommandInfo final namespace Commands { - decHandler(away); decHandler(pseudoAway); decHandler(follow); decHandler(imitation); @@ -110,8 +109,7 @@ namespace Commands enum { - COMMAND_AWAY = 0, - COMMAND_PSEUDOAWAY, + COMMAND_PSEUDOAWAY = 0, COMMAND_FOLLOW, COMMAND_HEAL, COMMAND_NAVIGATE, @@ -169,7 +167,6 @@ enum static const CommandInfo commands[] = { - {"away", &Commands::away, -1, true}, {"pseudoaway", &Commands::pseudoAway, -1, true}, {"follow", &Commands::follow, -1, true}, {"heal", &Commands::heal, -1, true}, |