Not sure if this should be in here or in the scripts section.


Just wondering if there is there any way to limit highlights for a single character nickname with regex so the highlight only triggers on exact match and exact match followed by a symbol?

Currently using $me with match on message (matching nick/both triggers the highlight when someone with symbols in their nick speaks)

for example:

Z (wanted)
Z: (wanted)

:Z (unwanted)


Preferably using the built in highlighting rather than a standalone script, I don't mind it as it is but it would be nice to remove the 'false' highlights if possible.

Cheers