From 8d6fbd9e70a0725f33f51855238d011a05081a29 Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 6 Feb 2020 10:31:54 +0800 Subject: [PATCH] update regex for msg_shop_main_ack --- 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 c63aba3..bcce19f 100644 --- a/data/msg_rules.json +++ b/data/msg_rules.json @@ -1890,7 +1890,7 @@ { "prio": 5000, "descn": "Shop main ack", - "rule": "^Welcome, to the (?P[a-zA-Z0-9 ]+) #(?P[0-9]+)\\.\\n(?s:.*)$", + "rule": "^Welcome, to the (?P[a-zA-Z0-9 -]+) #(?P[0-9]+)\\.\\n(?s:.*)$", "msg_type": "msg_shop_main_ack", "chat_id": 0, "user_id": 0