From c06c787acceec22845f023b2f849858d36af6585 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Aug 2014 21:17:29 +0300 Subject: Move chat command /wait into actions. --- src/commands.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/commands.h') 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}, -- cgit v1.2.3-70-g09d2