I have this trigger to make any line that starts with an asterisk stand out bright yellow. For some reason I can't figure out, it won't colour the lines, but it does match on them properly, and if I put stuff in the send field it send it.
<triggers>
<trigger
custom_colour="17"
colour_change_type="2"
enabled="y"
match="^\*(.*?)$"
regexp="y"
sequence="100"
other_text_colour="yellow"
>
</trigger>
</triggers>
<triggers>
<trigger
custom_colour="17"
colour_change_type="2"
enabled="y"
match="^\*(.*?)$"
regexp="y"
sequence="100"
other_text_colour="yellow"
>
</trigger>
</triggers>