test
This commit is contained in:
parent
0c7f70add7
commit
805693f402
2
rules.go
2
rules.go
@ -121,7 +121,7 @@ func resetMsgParsingRules() {
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageTimeout) + `, "Generic timeout", "^Too late. Action is not available.$")
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageMeAck) + `, "Me ack", "^(?s:.*)Battle of the seven castles in .* minutes!\\n` +
|
||||
`(?s:.*)\\n` +
|
||||
`(?P<CastleIcon>.)(?P<Player>.*) of (?<Castle>[a-zA-Z]*) Castle\\n` +
|
||||
`(?P<CastleIcon>.)(?P<Player>.*) of (?P<Castle>[a-zA-Z]*) Castle\\n` +
|
||||
`.Level: (?P<Level>[0-9]+)\\n` +
|
||||
`.Atk: (?P<Atk>[0-9]+) .Def: (?P<Def>[0-9]+)\\n` +
|
||||
`.Exp: (?P<ExpNow>[0-9]+)/(?P<ExpLvl>[0-9]+)\\n` +
|
||||
|
Loading…
Reference in New Issue
Block a user