diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 5 |
1 files changed, 1 insertions, 4 deletions
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}, |