Module Rule.Trigger
type t={commands : Core.String.Caseless.Set.t;kinds : Bernard_j_ortcutt.Action.Target.Kind.Set.t;}A rule
{commands; kinds}is triggered when the bot sees a moderator report with its reason inreasonson a target with whose kinds is inkinds.So, for example, if there is a rule whose
commandsinclude"rule 1"and whosekindsincludeAction.Target.Kind.t.Comment, a moderator can trigger the rule by reporting a comment with the reason "rule 1".