test
This commit is contained in:
parent
6bb108e79d
commit
4c8dcabfde
2
rules.go
2
rules.go
@ -223,7 +223,7 @@ func resetMsgParsingRules() {
|
|||||||
`Example:\\n` +
|
`Example:\\n` +
|
||||||
`/t coal\\n\\n` +
|
`/t coal\\n\\n` +
|
||||||
`Your deals \\((?P<ActiveDeals>[0-9]+)/(?P<MaxDeals>[0-9]+)\\):\\n` +
|
`Your deals \\((?P<ActiveDeals>[0-9]+)/(?P<MaxDeals>[0-9]+)\\):\\n` +
|
||||||
`(?P<Deals>.*)\\n` +
|
`(?P<Deals>(?s:.*))\\n` +
|
||||||
`Your last 10 comitted trades: /trades$")
|
`Your last 10 comitted trades: /trades$")
|
||||||
,(5000, ` + strconv.Itoa(objSubTypeMessageExchangeAck) + `, "Exchange Ack", "^Here you can buy and sell some items.\\n` +
|
,(5000, ` + strconv.Itoa(objSubTypeMessageExchangeAck) + `, "Exchange Ack", "^Here you can buy and sell some items.\\n` +
|
||||||
`To find a tradable item just type:\\n` +
|
`To find a tradable item just type:\\n` +
|
||||||
|
Loading…
Reference in New Issue
Block a user