From 31a4799798e4a78a38188821b36b34ecfcd54c50 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 14 Sep 2019 16:38:11 +0800 Subject: [PATCH] test --- rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.go b/rules.go index 1694de7..70892d5 100644 --- a/rules.go +++ b/rules.go @@ -225,7 +225,7 @@ func resetMsgParsingRules() { `Your deals \\((?P[0-9]+)/(?P[0-9]+)\\):\\n` + `(?P(?s:.*))\\n` + `Your last 10 comitted trades: /trades$") - ,(5000, ` + strconv.Itoa(objSubTypeMessageExchangeAck) + `, "Exchange Ack", "^Here you can buy and sell some items.\\n` + + ,(4000, ` + strconv.Itoa(objSubTypeMessageExchangeAck) + `, "Exchange Ack", "^Here you can buy and sell some items.\\n` + `To find a tradable item just type:\\n` + `(?s:.*)$") ;`)