summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 12:04:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 12:04:45 +0300
commit1a9a7ece01b6633e1fe860cba03bfd0d895c172d (patch)
treeda2b92377903081be4746a2eb8ce5a879c334691 /src/commands.h
parentae4062ed3c48706127c32efbc70cca0cc5ce19f8 (diff)
downloadplus-1a9a7ece01b6633e1fe860cba03bfd0d895c172d.tar.gz
plus-1a9a7ece01b6633e1fe860cba03bfd0d895c172d.tar.bz2
plus-1a9a7ece01b6633e1fe860cba03bfd0d895c172d.tar.xz
plus-1a9a7ece01b6633e1fe860cba03bfd0d895c172d.zip
Move chat command /imitation 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 19c311320..0f42ddb9a 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -51,7 +51,6 @@ struct CommandInfo final
namespace Commands
{
- decHandler(imitation);
decHandler(mail);
decHandler(hack);
decHandler(priceLoad);
@@ -105,8 +104,7 @@ namespace Commands
enum
{
- COMMAND_IMITATION = 0,
- COMMAND_MAIL,
+ COMMAND_MAIL = 0,
COMMAND_TRADE,
COMMAND_PRICELOAD,
COMMAND_PRICESAVE,
@@ -159,7 +157,6 @@ enum
static const CommandInfo commands[] =
{
- {"imitation", &Commands::imitation, -1, true},
{"mail", &Commands::mail, -1, true},
{"trade", &Commands::trade, -1, true},
{"priceload", &Commands::priceLoad, -1, false},