From 9f39b5c84d0b244e093380e5ad7d53c2a21d2f34 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Tue, 26 Aug 2014 23:35:31 +0300
Subject: Move chat command /serverunignoreall into actions.

---
 src/input/inputaction.h    | 1 +
 src/input/inputactionmap.h | 9 +++++++++
 src/input/pages/chat.cpp   | 6 ++++++
 3 files changed, 16 insertions(+)

(limited to 'src/input')

diff --git a/src/input/inputaction.h b/src/input/inputaction.h
index 572333a3d..cb79d84a2 100644
--- a/src/input/inputaction.h
+++ b/src/input/inputaction.h
@@ -395,6 +395,7 @@ namespace InputAction
         ADD_IGNORE_ATTACK,
         DUMP,
         SERVER_IGNORE_ALL,
+        SERVER_UNIGNORE_ALL,
         TOTAL
     };
 }  // namespace InputAction
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 82973a0cc..b0976916c 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3324,6 +3324,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
         InputAction::NO_VALUE, 50,
         InputCondition::INGAME,
         "serverignoreall",
+        false},
+    {"keyServerUnIgnoreAll",
+        InputType::UNKNOWN, InputAction::NO_VALUE,
+        InputType::UNKNOWN, InputAction::NO_VALUE,
+        Input::GRP_DEFAULT,
+        &Actions::serverUnIgnoreAll,
+        InputAction::NO_VALUE, 50,
+        InputCondition::INGAME,
+        "serverunignoreall",
         false}
 };
 
diff --git a/src/input/pages/chat.cpp b/src/input/pages/chat.cpp
index 27e239cce..749752ab6 100644
--- a/src/input/pages/chat.cpp
+++ b/src/input/pages/chat.cpp
@@ -90,6 +90,12 @@ SetupActionData setupActionDataChat[] =
         InputAction::SERVER_IGNORE_ALL,
         "",
     },
+    {
+        // TRANSLATORS: input action name
+        N_("Unignore all whispers on server side"),
+        InputAction::SERVER_UNIGNORE_ALL,
+        "",
+    },
     {
         // TRANSLATORS: input action name
         N_("Previous chat line"),
-- 
cgit v1.2.3-70-g09d2