From a80eb93dc5b532f3e2f21d8daa60971bdcedea8d Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 7 Feb 2020 11:19:06 +0800 Subject: [PATCH] update msg parsing for tributes --- 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 2741511..1f5fabc 100644 --- a/data/msg_rules.json +++ b/data/msg_rules.json @@ -1874,7 +1874,7 @@ { "prio": 5000, "descn": "Tributes stats ack", - "rule": "^(Here is the list of recent villagers tribute\\:)(?P(\\n[1-9]{2} [a-zA-Z]+ [0-9]{4} [0-9]{2}\\:[0-9]{2} - [a-zA-Z ]+ x [0-9]+, [0-9]+🔥)+)$", + "rule": "^(Here is the list of recent villagers tribute\\:)(?P(\\n[0-9]{2} [a-zA-Z]+ [0-9]{4} [0-9]{2}\\:[0-9]{2} - [a-zA-Z ]+ x [0-9]+, [0-9]+🔥)+)$", "msg_type": "msg_tributes_stats_ack", "chat_id": 0, "user_id": 0