From 5637aa7a0d74d644310a60bd4c2a49080b6f1bfc Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 9 Feb 2020 16:31:06 +0800 Subject: [PATCH] test --- msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msg.go b/msg.go index 85d821d..68345ca 100644 --- a/msg.go +++ b/msg.go @@ -186,7 +186,7 @@ func parseSubTypeMessageReportAck(m *ChatWarsMessage, r *regexp.Regexp) (*ChatWa `(Lost\: (?P.*))|` + `(You were healed by (?P.*))|` + `(You were poisoned by (?P.*))|` + - `(Got hit by an arrow from (?P.*), (?P.*) skill decreased)|` + + `(Got hit by an arrow from (?P.*), (?P.*) skill decreased)|` + `.+)`) for i, l := range re.FindAllStringSubmatch(r.ReplaceAllString(m.Text, "${Extra}"), -1) { if len(re.ReplaceAllString(l[0], "${Cry}")) != 0 {