Compare commits

..

No commits in common. "24b5560c9c204727eb4e4fab658c1e77459a45cc" and "d2eefbb646c732988535deaac2b91d6bc5b3077a" have entirely different histories.

View File

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