update rules

This commit is contained in:
shoopea 2019-09-14 16:29:36 +08:00
parent 949b4ab0c3
commit 753f4f8653

View File

@ -219,7 +219,7 @@ func resetMsgParsingRules() {
,(5000, ` + strconv.Itoa(objSubTypeMessageExchangeReq) + `, "Exchange Req", "^⚖Exchange$")
,(5000, ` + strconv.Itoa(objSubTypeMessageExchangeAck) + `, "Exchange Ack", "^Here you can buy and sell some items.\\n` +
`To find a tradable item just type:\\n` +
`/t [item name]\\n` +
`/t \\[item name\\]\\n` +
`Example:\\n` +
`/t coal\\n\\n` +
`Your deals \\((?P<ActiveDeals>[0-9]+)/(?P<MaxDeals>[0-9]+)\\):\\n` +