From 35e14007fe44877b160c48db1d4106eba6306859 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Aug 2014 15:27:04 +0300 Subject: Move chat command /ignoreallwhispers 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 8a03a5f40..e694937c6 100644 --- a/src/commands.h +++ b/src/commands.h @@ -80,7 +80,6 @@ namespace Commands decHandler(move); decHandler(target); decHandler(attackHuman); - decHandler(ignoreAll); decHandler(outfit); decHandler(emote); decHandler(emotePet); @@ -143,8 +142,7 @@ namespace Commands enum { - COMMAND_IGNOREALL = 0, - COMMAND_HELP, + COMMAND_HELP = 0, COMMAND_ANNOUNCE, COMMAND_IPC_TOGGLE, COMMAND_WHERE, @@ -239,7 +237,6 @@ enum static const CommandInfo commands[] = { - {"ignoreall", &Commands::ignoreAll, -1, false}, {"help", &Commands::help, -1, false}, {"announce", &Commands::announce, -1, true}, {"ipctoggle", &Commands::ipcToggle, -1, false}, -- cgit v1.2.3-70-g09d2