test
This commit is contained in:
parent
222181f289
commit
6bb108e79d
1
rules.go
1
rules.go
@ -226,6 +226,7 @@ func resetMsgParsingRules() {
|
|||||||
`(?P<Deals>.*)\\n` +
|
`(?P<Deals>.*)\\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` +
|
||||||
`(?s:.*)$")
|
`(?s:.*)$")
|
||||||
;`)
|
;`)
|
||||||
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
|
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
|
||||||
|
Loading…
Reference in New Issue
Block a user