Avathar

Avathar

Joined
Feb 21, 2008
Occupation
Support Technician
Location
Sweden
Website

Activity Stream

Avathar commented on a Page, Notify Script  -  Feb 21, 2008

Its my first ever scripting ive done for mirc so be patient with me, this version of the original tip script is slightly less annoying in the way that it only displays one message rather than two tips for every highlights and it uses the highlight list rather than checking only for your name.

 Respond  
Avathar commented on a Page, Notify Script  -  Feb 21, 2008

Just made a similar one using this snippet as a base(err...maybe just modifying) and find it slightly more of use to me, hope you dont mind posting the modified version here.

on *:TEXT:*:*: {
  if ($highlight($1-)) {
    if (($version == 6.31) && (!%tip. [ $+ [ $chan ] ])) {
      noop $tip(\'Tray Tip\',$chan , $nick just said $1-, 10)
      set -u20 %tip. [ $+ [ $nick ] ] true
    }
  }
}
 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.