fix
This commit is contained in:
parent
fb95402aa0
commit
0922621b5d
2
rules.go
2
rules.go
@ -224,7 +224,7 @@ func resetMsgParsingRules() error {
|
|||||||
r = MessageParsingRule{
|
r = MessageParsingRule{
|
||||||
Priority: 9998,
|
Priority: 9998,
|
||||||
Description: fmt.Sprintf("Specific item brew %s", o.Code),
|
Description: fmt.Sprintf("Specific item brew %s", o.Code),
|
||||||
Rule: fmt.Sprintf("^\//alch_(?P<Code>%s)$", regexp.QuoteMeta(o.Code)),
|
Rule: fmt.Sprintf("^\\/alch_(?P<Code>%s)$", regexp.QuoteMeta(o.Code)),
|
||||||
MsgTypeID64: cacheObjSubType[`msg_bot_brew_item`],
|
MsgTypeID64: cacheObjSubType[`msg_bot_brew_item`],
|
||||||
ChatID64: 0,
|
ChatID64: 0,
|
||||||
SenderUserID64: users[id],
|
SenderUserID64: users[id],
|
||||||
|
Loading…
Reference in New Issue
Block a user