I have a bunch of triggers that color various channels and they are no longer working on 3.84. I think I've narrowed it down to the color matching. If I try to match on a foreground color, the trigger will not go off. Matching on the background color works fine, however (with foreground set to "any").
Example trigger that doesn't work:
Example trigger that doesn't work:
<triggers>
<trigger
back_colour="8"
bold="y"
custom_colour="15"
enabled="y"
group="color"
match="^\w+ (chat|chats) \'.*$"
match_back_colour="y"
match_bold="y"
match_inverse="y"
match_italic="y"
match_text_colour="y"
regexp="y"
sequence="100"
text_colour="14"
>
</trigger>
</triggers>