From 1e52778ad7b7056c5820dc358215488d6e20e494 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 18 May 2019 21:28:13 +0800 Subject: [PATCH] test --- sql.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sql.go b/sql.go index bd09835..0134917 100644 --- a/sql.go +++ b/sql.go @@ -1340,6 +1340,13 @@ func resetMsgParsingRules() { `(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*) from (?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘]).* Castle stands victorious over (\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*) from (?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘]).* Castle, with blood slowly dripping from his weapon.\\n` + `You received: (?P[0-9]+) exp.\\n` + `Leaderboard of fighters are updated: /top5 \\& /top6. Congratulations!$") + ,(5000, ` + strconv.Itoa(objSubTypeMessageDuelFight) + `, "Duel Fight result", "(?P(\\-){0,1}[0-9]+)\\x{2764}(?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘])(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*)\\n` + + `VS\\n` + + `(?P(\\-){0,1}[0-9]+)\\x{2764}(?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘])(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*)\\n` + + `(?s:.*)` + + `(\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*) from (?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘]).* Castle stands victorious over (\\[(?P[A-Z0-9]{1,3})\\]){0,1}(?P.*) from (?P[πŸ‰πŸ¦…πŸΊπŸ¦ˆπŸ¦ŒπŸ₯”πŸŒ‘]).* Castle, with blood slowly dripping from his weapon.\\n` + + `You received: (?P[0-9]+) exp.\\n` + + `(?s:.*)$") ;`) failOnError(err, "resetMsgParsingRules : populate table msg_rules") }