diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-23 15:27:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-23 15:27:04 +0300 |
commit | 35e14007fe44877b160c48db1d4106eba6306859 (patch) | |
tree | bd3692d2c37aab8e38a2444f0cdf0f0ed5ec4232 /src/commands.h | |
parent | dded1355609c8f23281f78ec719b09b1693ea717 (diff) | |
download | plus-35e14007fe44877b160c48db1d4106eba6306859.tar.gz plus-35e14007fe44877b160c48db1d4106eba6306859.tar.bz2 plus-35e14007fe44877b160c48db1d4106eba6306859.tar.xz plus-35e14007fe44877b160c48db1d4106eba6306859.zip |
Move chat command /ignoreallwhispers into actions.
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}, |