From 8730d8b2d1275de280fbadcf8c105bf566ad6b32 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 20 May 2019 20:40:48 +0800 Subject: [PATCH] test --- rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.go b/rules.go index 628c34a..c123293 100644 --- a/rules.go +++ b/rules.go @@ -68,7 +68,7 @@ func resetMsgParsingRules() { `(( )+(?P[a-z0-9]+)( )+(?P[0-9]+)){0,1}` + `(( )+(?P[a-z0-9]+)( )+(?P[0-9]+)){0,1}` + `(( )+(?P[a-z0-9]+)( )+(?P[0-9]+)){0,1}$") - ,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawCode) + `, "Withdraw Code", "^Withdrawing Potion of Rage x 10. Recipient shall send to bot:\\n` + + ,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawCode) + `, "Withdraw Code", "^Withdrawing (?P.*) x (?P.*). Recipient shall send to bot:\\n` + `/g_receive [a-z0-9]+$") ,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawCode) + `, "Withdraw Code", "^Withdrawing:\\n` + `(?P.*) x (?P.*)\\n` +