From 1165cd75af88a021f12f816511bf3bf494385f51 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Mon, 19 Oct 2020 15:41:49 -0400
Subject: [PATCH] Restore missing notifications for chatbar cmdline

---
 .../skins/default/xui/en/notifications.xml    | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 15913cf367b..63e2f58a799 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -11722,6 +11722,30 @@ Unable to load the track from [TRACK1] into [TRACK2].
   </notification>
   
   <!-- ALCHEMY BELOW THIS LINE -->
+    <notification
+   icon="notifytip.tga"
+   name="ChatCommandCalc"
+   type="notifytip"
+   log_to_im="true">
+   Calculation: [EXPRESSION] = [RESULT]
+  </notification>
+
+  <notification
+   icon="notifytip.tga"
+   name="ChatCommandCalcFailed"
+   type="notifytip"
+   log_to_im="true">
+   Calculation failed.
+  </notification>
+
+  <notification
+   icon="notifytip.tga"
+   name="ChatCommandDiceRoll"
+   type="notifytip"
+   log_to_im="true">
+    Dice Roll: [RESULT]
+  </notification>
+
   <notification
    icon="alertmodal.tga"
    name="ConfirmRemoveSkin"
-- 
GitLab