From dded1355609c8f23281f78ec719b09b1693ea717 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Aug 2014 14:50:14 +0300 Subject: Move chat command /closeall 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 ba3bb28df..8a03a5f40 100644 --- a/src/commands.h +++ b/src/commands.h @@ -80,7 +80,6 @@ namespace Commands decHandler(move); decHandler(target); decHandler(attackHuman); - decHandler(closeAll); decHandler(ignoreAll); decHandler(outfit); decHandler(emote); @@ -144,8 +143,7 @@ namespace Commands enum { - COMMAND_CLOSEALL = 0, - COMMAND_IGNOREALL, + COMMAND_IGNOREALL = 0, COMMAND_HELP, COMMAND_ANNOUNCE, COMMAND_IPC_TOGGLE, @@ -241,7 +239,6 @@ enum static const CommandInfo commands[] = { - {"closeall", &Commands::closeAll, -1, false}, {"ignoreall", &Commands::ignoreAll, -1, false}, {"help", &Commands::help, -1, false}, {"announce", &Commands::announce, -1, true}, -- cgit v1.2.3-70-g09d2