summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-28 02:11:46 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-28 02:11:46 +0300
commit83dc7593205d7d076fc38d307e2964a57157defc (patch)
tree9547fcd7e6f8c68bb632771f19d1b1946c691e58 /src/commands.h
parent1b719ca0b81e3c5df44ef8280255995418a2ec70 (diff)
downloadmv-83dc7593205d7d076fc38d307e2964a57157defc.tar.gz
mv-83dc7593205d7d076fc38d307e2964a57157defc.tar.bz2
mv-83dc7593205d7d076fc38d307e2964a57157defc.tar.xz
mv-83dc7593205d7d076fc38d307e2964a57157defc.zip
Revert "Remove auction bot support."
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index 5eb189718..350f80469 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -84,6 +84,7 @@ namespace Commands
decHandler(imitation);
decHandler(heal);
decHandler(navigate);
+ decHandler(mail);
decHandler(hack);
decHandler(priceLoad);
decHandler(priceSave);
@@ -160,6 +161,7 @@ static const CommandInfo commands[] =
{"heal", &Commands::heal},
{"navigate", &Commands::navigate},
{"imitation", &Commands::imitation},
+ {"mail", &Commands::mail},
{"trade", &Commands::trade},
{"priceload", &Commands::priceLoad},
{"pricesave", &Commands::priceSave},