diff --git a/data/msg_rules.json b/data/msg_rules.json index 94289b6..72f11bc 100644 --- a/data/msg_rules.json +++ b/data/msg_rules.json @@ -182,13 +182,13 @@ { "prio": 5000, "descn": "Stock Ack", - "rule": "^📦Storage \\((?P[0-9]+)\\/(?P[0-9]+)\\):(?P(\\n[a-zA-Z ]+ \\([0-9]+\\))*)$", + "rule": "^📦Storage \\((?P[0-9]+)\\/(?P[0-9]+)\\):(?P(\\n[a-zA-Z❄️ ]+ \\([0-9]+\\))*)$", "msg_type": "stock_ack" }, { "prio": "4000", "descn": "Stock Ack", - "rule": "^📦Storage \\((?P[0-9]+)\\/(?P[0-9]+)\\):\\nUse \\/sg_\\{code\\} to trade some amount of resource for .*💰\\/pcs\\n(?P(\\n\\/sg_[0-9]+ [a-zA-Z ]+ \\([0-9]+\\))*)$", + "rule": "^📦Storage \\((?P[0-9]+)\\/(?P[0-9]+)\\):\\nUse \\/sg_\\{code\\} to trade some amount of resource for .*💰\\/pcs\\n(?P(\\n\\/sg_[0-9]+ [a-zA-Z❄️ ]+ \\([0-9]+\\))*)$", "msg_type": "stock_ack" }, {