From 647c1a8b8b02b737b11b1e08af86ecc84f649a81 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Aug 2014 18:48:18 +0300 Subject: Move chat command /undress 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 9af069bc9..2089cb760 100644 --- a/src/commands.h +++ b/src/commands.h @@ -52,7 +52,6 @@ struct CommandInfo final namespace Commands { decHandler(hack); - decHandler(undress); decHandler(attack); decHandler(dirs); decHandler(info); @@ -98,8 +97,7 @@ namespace Commands enum { - COMMAND_UNDRESS = 0, - COMMAND_ATTACK, + COMMAND_ATTACK = 0, COMMAND_DIRS, COMMAND_INFO, COMMAND_WAIT, @@ -145,7 +143,6 @@ enum static const CommandInfo commands[] = { - {"undress", &Commands::undress, -1, true}, {"attack", &Commands::attack, -1, true}, {"dirs", &Commands::dirs, -1, false}, {"info", &Commands::info, -1, false}, -- cgit v1.2.3-70-g09d2