summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index a355c33ba..3e95f4291 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -4044,6 +4044,24 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputCondition::INGAME,
"catchpet|catch",
true},
+ {"keyChatServerIgnoreWhisper",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT | Input::GRP_GUI,
+ &Actions::serverIgnoreWhisper,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "serverignore",
+ false},
+ {"keyChatServerUnIgnoreWhisper",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT | Input::GRP_GUI,
+ &Actions::serverUnIgnoreWhisper,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "serverunignore",
+ false},
};
#endif // INPUT_INPUTACTIONMAP_H