I have no idea why it's doing this, but MUSHclient crashes every time I add a trigger like this:
Not sure if the format is right since I typed that in manually, but the idea is that i have regular expression, repeat on same line, and expand variables checked. The trigger is supposed to match the variable Enemies, and highlights all the names in that variable (which is listed as person1|person2|person3|etc).
Like I said before I have no idea why this trigger would cause MUSHclient to crash. It was working before, I used it for about a week.
Any ideas?
<trigger
match="\b(@!Enemies)\b"
regexp="y"
repeat="y"
expand_variables="y"
></trigger>
Not sure if the format is right since I typed that in manually, but the idea is that i have regular expression, repeat on same line, and expand variables checked. The trigger is supposed to match the variable Enemies, and highlights all the names in that variable (which is listed as person1|person2|person3|etc).
Like I said before I have no idea why this trigger would cause MUSHclient to crash. It was working before, I used it for about a week.
Any ideas?