summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 15:41:52 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 15:41:52 +0300
commitffe1b11e981112a662669358863805fabe14e94c (patch)
tree8f63c2127f123676cdd28491f33060f7eca84e0d /src/commands.h
parentb44ae759ff5a848b7c6d15dc80bba4e7a6948575 (diff)
downloadplus-ffe1b11e981112a662669358863805fabe14e94c.tar.gz
plus-ffe1b11e981112a662669358863805fabe14e94c.tar.bz2
plus-ffe1b11e981112a662669358863805fabe14e94c.tar.xz
plus-ffe1b11e981112a662669358863805fabe14e94c.zip
Move chat command /priceload 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 58f3bf176..dd60778e8 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -52,7 +52,6 @@ struct CommandInfo final
namespace Commands
{
decHandler(hack);
- decHandler(priceLoad);
decHandler(priceSave);
decHandler(disconnect);
decHandler(undress);
@@ -102,8 +101,7 @@ namespace Commands
enum
{
- COMMAND_PRICELOAD = 0,
- COMMAND_PRICESAVE,
+ COMMAND_PRICESAVE = 0,
COMMAND_CACHEINFO,
COMMAND_DISCONNECT,
COMMAND_UNDRESS,
@@ -153,7 +151,6 @@ enum
static const CommandInfo commands[] =
{
- {"priceload", &Commands::priceLoad, -1, false},
{"pricesave", &Commands::priceSave, -1, false},
{"cacheinfo", &Commands::cacheInfo, -1, false},
{"disconnect", &Commands::disconnect, -1, false},