From 340fe33e019add456a5d72acd5eb18abb33bf6db Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 14 Sep 2019 16:32:58 +0800 Subject: [PATCH] test --- rules.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.go b/rules.go index 8d94e14..44a7f8b 100644 --- a/rules.go +++ b/rules.go @@ -225,6 +225,8 @@ func resetMsgParsingRules() { `Your deals \\((?P[0-9]+)/(?P[0-9]+)\\):\\n` + `(?P.*)\\n` + `Your last 10 comitted trades: /trades$") + ,(5000, ` + strconv.Itoa(objSubTypeMessageExchangeAck) + `, "Exchange Ack", "^Here you can buy and sell some items.\\n` + + `.*$") ;`) failOnError(err, "resetMsgParsingRules : populate table msg_rules") }