I'm trying to do so that mIRC highlights the name if the name is the same as the channel. Anyone know how to do this? I've tried for around 1-2 hours, haven't found a way yet. I'm useless with Regex.
Example 1:
Channel #stefan
<bob> hahaha (white text)
<stefan> hello (orange text)
Example 2:
Channel #alban
<alban> greetings (orange text)
<bob> hi (white text)
Also needs to support.
<@stefan> hello (orange text)
P.S: Got possibly a more difficult problem after this one, but one problem at a time