diff --git a/rules.go b/rules.go index b6c6f9c..69cbcbd 100644 --- a/rules.go +++ b/rules.go @@ -129,7 +129,7 @@ func resetMsgParsingRules() { `🎽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:.*)$") + `More: /hero(?s:.*)$") ;`) failOnError(err, "resetMsgParsingRules : populate table msg_rules") }