From 682315e2cc68d7a2627208dbd8fc3db156b6edc6 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 20 May 2019 21:59:05 +0800 Subject: [PATCH] test --- rules.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules.go b/rules.go index 9322832..f720d1f 100644 --- a/rules.go +++ b/rules.go @@ -81,7 +81,8 @@ func resetMsgParsingRules() { `((?P.*) x (?P.*)\\n){0,1}` + `Recipient shall send to bot:\\n` + `/g_receive [a-z0-9]+$") - ,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawRcv) + `, "Withdraw Code", "^Received:\\n` + + ,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawRcv) + `, "Withdraw Received #1", "^Received (?P.*) x (?P.*)$") + ,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawRcv) + `, "Withdraw Received #2", "^Received:\\n` + `(?P.*) x (?P.*)\\n` + `((?P.*) x (?P.*)\\n){0,1}` + `((?P.*) x (?P.*)\\n){0,1}` +