Here is the trigger:
<triggers>
<trigger
custom_colour="17"
enabled="y"
group="Highlighted Words"
ignore_case="y"
keep_evaluating="y"
match="\b\[Cockatrice\]\b"
regexp="y"
repeat="y"
sequence="90"
other_text_colour="yellow"
>
</trigger>
</triggers>
The output (and problem):
If I try to get it to just highlight Cockatrice without the brackets in the trigger - it will highlight every instance of the word. I want it to highlight the Cockatrice com channel only; thus, I need it to detect and highlight those brackets too. I've tried everything I can think of - including searching all over the forum and help and just can't get it to work. Thanks in advance for the help!
<triggers>
<trigger
custom_colour="17"
enabled="y"
group="Highlighted Words"
ignore_case="y"
keep_evaluating="y"
match="\b\[Cockatrice\]\b"
regexp="y"
repeat="y"
sequence="90"
other_text_colour="yellow"
>
</trigger>
</triggers>
The output (and problem):
[Cockatrice] Rusul says,If I try to get it to just highlight Cockatrice without the brackets in the trigger - it will highlight every instance of the word. I want it to highlight the Cockatrice com channel only; thus, I need it to detect and highlight those brackets too. I've tried everything I can think of - including searching all over the forum and help and just can't get it to work. Thanks in advance for the help!