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.cpp | |
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.cpp')
-rw-r--r-- | src/commands.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 3c0734e43..abbfeb91e 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -754,17 +754,6 @@ impHandler0(attackHuman) return true; } -impHandler0(ignoreAll) -{ - if (chatWindow) - { - chatWindow->ignoreAllWhispers(); - chatWindow->saveState(); - return true; - } - return false; -} - impHandler(outfit) { if (outfitWindow) |