Compare commits

...

2 Commits

Author SHA1 Message Date
24b5560c9c Merge branch 'chat' into dev 2025-06-19 11:14:02 +08:00
3a94e21ab3 Update robot.go 2025-06-19 11:13:50 +08:00

View File

@ -256,7 +256,7 @@ func (r *Robot) ReloadRules(ctx context.Context) error {
tmp.Parse(v)
data = append(data, &tmp)
}
ParseReplyRule(data)
r.joinSessionRules, r.keywordsRules, r.noReplyAfterRules = ParseReplyRule(data)
}
return nil
}