test
This commit is contained in:
parent
6c6177a917
commit
8730d8b2d1
2
rules.go
2
rules.go
@ -68,7 +68,7 @@ func resetMsgParsingRules() {
|
||||
`(( )+(?P<Item6>[a-z0-9]+)( )+(?P<Quantity6>[0-9]+)){0,1}` +
|
||||
`(( )+(?P<Item7>[a-z0-9]+)( )+(?P<Quantity7>[0-9]+)){0,1}` +
|
||||
`(( )+(?P<Item8>[a-z0-9]+)( )+(?P<Quantity8>[0-9]+)){0,1}$")
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawCode) + `, "Withdraw Code", "^Withdrawing Potion of Rage x 10. Recipient shall send to bot:\\n` +
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawCode) + `, "Withdraw Code", "^Withdrawing (?P<Item1>.*) x (?P<Quantity1>.*). Recipient shall send to bot:\\n` +
|
||||
`/g_receive [a-z0-9]+$")
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageWithdrawCode) + `, "Withdraw Code", "^Withdrawing:\\n` +
|
||||
`(?P<Item1>.*) x (?P<Quantity1>.*)\\n` +
|
||||
|
Loading…
Reference in New Issue
Block a user