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:
Code:
Channel #stefan
   <bob> hahaha (white text)
   <stefan> hello (orange text)

Example 2:
Code:
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 laugh

Last edited by Gargantuan; 15/02/15 12:23 AM.