From 2defac9ecfd56accd0242426627cf11140435509 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 21 Aug 2019 12:44:34 +0800 Subject: [PATCH] update rules --- rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.go b/rules.go index 56cabbc..343b0bb 100644 --- a/rules.go +++ b/rules.go @@ -84,7 +84,7 @@ func resetMsgParsingRules() { `You have (?P[0-9]+)💰 and (?P[0-9]+) [a-zA-Z ]*\\n` + `.*Sell:\\n` + `Sell 1 quickly: /wts_[0-9]+\\n` + - `Sell 5 quickly: /wts_[0-9]+_5\\n\n` + + `Sell 5 quickly: /wts_[0-9]+_5\\n` + `Sell 10 for [0-9]+💰 each: /wts_[0-9]+_10_[0-9]+$") ,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawReq) + `, "Withdraw Req", "^/g_withdraw( )+(?P[a-z0-9]+)( )+(?P[0-9]+)` + `(( )+(?P[a-z0-9]+)( )+(?P[0-9]+)){0,1}` +