From 6bb108e79d4562a9ecc9449a37cb7380da352497 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 14 Sep 2019 16:36:38 +0800 Subject: [PATCH] test --- rules.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.go b/rules.go index 4817a1a..14d8743 100644 --- a/rules.go +++ b/rules.go @@ -226,6 +226,7 @@ func resetMsgParsingRules() { `(?P.*)\\n` + `Your last 10 comitted trades: /trades$") ,(5000, ` + strconv.Itoa(objSubTypeMessageExchangeAck) + `, "Exchange Ack", "^Here you can buy and sell some items.\\n` + + `To find a tradable item just type:\\n` + `(?s:.*)$") ;`) failOnError(err, "resetMsgParsingRules : populate table msg_rules")