summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 21:17:29 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 21:17:29 +0300
commitc06c787acceec22845f023b2f849858d36af6585 (patch)
treee4e6a2831c8a5cf395a2d64095c8417f90c0ba08 /src/commands.h
parent7b882f006038b0b24a86ca285afb005125dc5d2d (diff)
downloadplus-c06c787acceec22845f023b2f849858d36af6585.tar.gz
plus-c06c787acceec22845f023b2f849858d36af6585.tar.bz2
plus-c06c787acceec22845f023b2f849858d36af6585.tar.xz
plus-c06c787acceec22845f023b2f849858d36af6585.zip
Move chat command /wait 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 920499582..c5104ee5c 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -52,7 +52,6 @@ struct CommandInfo final
namespace Commands
{
decHandler(hack);
- decHandler(wait);
decHandler(uptime);
decHandler(addAttack);
decHandler(addPriorityAttack);
@@ -94,8 +93,7 @@ namespace Commands
enum
{
- COMMAND_WAIT = 0,
- COMMAND_UPTIME,
+ COMMAND_UPTIME = 0,
COMMAND_ADDPRIORITYATTACK,
COMMAND_ADDATTACK,
COMMAND_REMOVEATTACK,
@@ -137,7 +135,6 @@ enum
static const CommandInfo commands[] =
{
- {"wait", &Commands::wait, -1, true},
{"uptime", &Commands::uptime, -1, false},
{"addpriorityattack", &Commands::addPriorityAttack, -1, true},
{"addattack", &Commands::addAttack, -1, true},