summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-23 15:27:04 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-23 15:27:04 +0300
commit35e14007fe44877b160c48db1d4106eba6306859 (patch)
treebd3692d2c37aab8e38a2444f0cdf0f0ed5ec4232 /src/input/inputactionmap.h
parentdded1355609c8f23281f78ec719b09b1693ea717 (diff)
downloadplus-35e14007fe44877b160c48db1d4106eba6306859.tar.gz
plus-35e14007fe44877b160c48db1d4106eba6306859.tar.bz2
plus-35e14007fe44877b160c48db1d4106eba6306859.tar.xz
plus-35e14007fe44877b160c48db1d4106eba6306859.zip
Move chat command /ignoreallwhispers into actions.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 35fd37d57..19026df4d 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -2846,6 +2846,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputAction::NO_VALUE, 50,
InputCondition::INGAME,
"closeall",
+ false},
+ {"keyChatIgnoreAllWhispers",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT | Input::GRP_GUI,
+ &Actions::ignoreAllWhispers,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "ignoreallwhispers",
false}
};