fix
This commit is contained in:
parent
82d6988ffd
commit
eb663243cf
2
rules.go
2
rules.go
@ -171,7 +171,7 @@ func resetMsgParsingRules() error {
|
||||
}
|
||||
rules2 = append(rules2, r)
|
||||
|
||||
if len(o.Craft.Command) > 6 && o.Craft.Command[0:4] == "/brew_" {
|
||||
if len(o.Craft.Command) > 6 && o.Craft.Command[0:6] == "/brew_" {
|
||||
fmt.Printf("Inserting %s\n", o.Code)
|
||||
r = MessageParsingRule{
|
||||
Priority: 9998,
|
||||
|
Loading…
Reference in New Issue
Block a user