Simple highlight notifier

By Daveoh on Apr 18, 2007

This is a simple script I use to tell when someone has highlighted me, along with mIRC's line highlighting.
Usage: mIRC will beep twice (or however many you want and however fast if you want to edit it) when someone highlight's you in a channel or PM with TEXT, an ACTION or a NOTICE.

on *:TEXT:$(* $+ $me $+ *):*:if (!$appactive) beep 2 200
on *:ACTION:$(* $+ $me $+ *):*:if (!$appactive) beep 2 200
on *!:NOTICE:$(* $+ $me $+ *):*:if (!$appactive) beep 2 200

Comments

Sign in to comment.
Daveoh   -  Apr 18, 2007

No

 Respond  
kerstt   -  Apr 18, 2007

u could just do on :Text:$($me *):#:{ i think :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.