From 475aa157df7400ce40ef9a5cc4cb441291d45df9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Aug 2014 21:48:59 +0300 Subject: Move chat command /whisper into actions. --- src/input/inputactionmap.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index b7a7fcff7..165457b27 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -2892,7 +2892,16 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "who", - false} + false}, + {"keyWhisper", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::msg, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "w|whisper|msg", + true} }; #endif // INPUT_INPUTACTIONMAP_H -- cgit v1.2.3-60-g2f50