Id: 79303; Nick: Mervolic; Timestamp: 2008-09-30 13:25:41; Pasted as: mIRC
Description: Highlight highlighter?

Example:
[13:18:06]  Retard_dude said your name in #test: I'd like to speak to you, Mervolic! Please reply asap!
1
2
3
4
5
6
7
8
9
10
11
12
13
;; The ^ makes sure the script is triggered before any other on
;TEXT event. 
;; $($+(*,$me,*)) represents your nickname wrapped with two * 
;around it. I.e "*Mervolic*".
 
on ^*:text:$($+(*,$me,*)):*: { 
  ;; Check if the active window is the target window 
  ;(where the text has been written in)...
  if ($active !== $target) { 
    ;; If it is not, print this message in the active window:
    echo -agt $nick said your name in $iif($chan,$chan,a query) $+ : $1- 
  } 
}
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)