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}` +