From 2ee3803fbcfa641d032f2fdaa25b2838dffeaea7 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 6 Apr 2020 10:23:21 +0800 Subject: [PATCH] fix parsing rule for shops --- data/msg_rules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/msg_rules.json b/data/msg_rules.json index 62dd86b..7ee9a7b 100644 --- a/data/msg_rules.json +++ b/data/msg_rules.json @@ -1922,7 +1922,7 @@ { "prio": 5000, "descn": "Shop main ack", - "rule": "^Welcome, to the (?P[a-zA-Z0-9 -]+) #(?P[0-9]+)\\.\\n(?P.+) (?P[0-9]+)\\/(?P[0-9]+)💧the (?P.+) from (?P.+)\\n\\n(?P.*)\\n\\n(the (?P.*) Guru\\n\\n){0,1}.* is (?P(open|closed))\\.\\n(?s:.*).*/ws_(?P[a-zA-Z0-9]+)$", + "rule": "^Welcome, to the (?P[a-zA-Z0-9 -]+) #(?P[0-9]+)\\.\\n(?P.+) (?P[0-9]+)\\/(?P[0-9]+)💧the (?P.+) from (?P.+)\\n\\n(?P.*)\\n\\n(the (?P.*) Guru\\n\\n){0,1}.* is (?P(open|closed))\\.\\n(?s:.*).*\\/ws_(?P[a-zA-Z0-9]+)$", "msg_type": "msg_shop_main_ack", "chat_id": 0, "user_id": 0