summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 21:38:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 21:38:12 +0300
commitfb062d9f90d44e279ce02985c3f4f4335550cf87 (patch)
tree4ae1fec555e1f065018b2ac8d8650130c3060c40 /src/commands.h
parent015a260c6444e74579401dfe41e39592b2201d36 (diff)
downloadplus-fb062d9f90d44e279ce02985c3f4f4335550cf87.tar.gz
plus-fb062d9f90d44e279ce02985c3f4f4335550cf87.tar.bz2
plus-fb062d9f90d44e279ce02985c3f4f4335550cf87.tar.xz
plus-fb062d9f90d44e279ce02985c3f4f4335550cf87.zip
Move chat command /all 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 6ca88553b..41b2231c8 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -51,7 +51,6 @@ struct CommandInfo final
namespace Commands
{
- decHandler(showAll);
decHandler(move);
decHandler(target);
decHandler(attackHuman);
@@ -117,8 +116,7 @@ namespace Commands
enum
{
- COMMAND_ALL = 0,
- COMMAND_MOVE,
+ COMMAND_MOVE = 0,
COMMAND_TARGET,
COMMAND_ATKHUMAN,
COMMAND_OUTFIT,
@@ -183,7 +181,6 @@ enum
static const CommandInfo commands[] =
{
- {"all", &Commands::showAll, -1, false},
{"move", &Commands::move, -1, true},
{"target", &Commands::target, -1, true},
{"atkhuman", &Commands::attackHuman, -1, true},