diff --git a/rules.go b/rules.go index 86eac5c..93f429f 100644 --- a/rules.go +++ b/rules.go @@ -126,11 +126,12 @@ func resetMsgParsingRules() { `.Exp: (?P[0-9]+)/(?P[0-9]+)\\n` + `.Stamina: (?P[0-9]+)/(?P[0-9]+).*\\n` + `(.(?P(-){0,1}[0-9]+)){0,1}( .(?P[0-9]+)){0,1}( .(?P[0-9]+)){0,1}\\n\\n` + - `🎽Equipment +(?P[0-9]+). +(?P[0-9]+).\\n` + + `🎽Equipment \\+(?P[0-9]+).\\+(?P[0-9]+).\\n` + `🎒Bag: (?P[0-9]+)/(?P[0-9]+) /inv\\n\\n` + `State:\\n(?P.*)\\n\\n` + `More: /hero(?s:.*)$") ,(4000, ` + strconv.Itoa(objSubTypeMessageMeAck) + `, "Me ack", "^(?s:.*)Battle of the seven castles in .* minutes!\\n(?s:.*)\\n` + + `(.(?P(-){0,1}[0-9]+)){0,1}( .(?P[0-9]+)){0,1}( .(?P[0-9]+)){0,1}\\n\\n` + `🎽Equipment \\+(?P[0-9]+).\\+(?P[0-9]+).\\n` + `🎒Bag: (?P[0-9]+)/(?P[0-9]+) /inv\\n\\n` + `State:\\n(?P.*)\\n\\n` +