This commit is contained in:
shoopea 2021-01-21 15:22:01 +01:00
parent 82d6988ffd
commit eb663243cf

View File

@ -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,