Just Another NickHighlight Script

By Kaotic_Shuffler on Oct 02, 2012

Just another nick highlight script made by me :)

It will echo in an active channel if your nick is highlighted or if your mirc is minimized, a message balloon will pop up at the bottom right corner. With a 3sec flood protection :)
Hope ya'll like it :D

#############################################################
# Simple Highlight script By Kaotic_Shuffler  [PeerCommons] #
#############################################################
on *:TEXT:*:#:{
  if (!%f && ($regex($1-,/\Q $+ $me $+ \E\b/iS))) {
    if ($appactive) { if ($chan != $active) { inc -u3 %f | echo -a $timestamp 4 $network 3» 8 $chan 3» $nick : $1- }
    }
    elseif (!$appactive) { inc -u3 %f | noop $tip('Tray Tip', $network  » $chan, $timestamp $nick : $1-,10) }
  }
}
ON *:ACTION:*:#:{
  if (!%f && ($regex($1-,/\Q $+ $me $+ \E\b/iS))) {
    if ($appactive) { if ($chan != $active) { inc -u3 %f | echo -a $timestamp 4 $network 3» 8 $chan 3» $nick : $chr(42) $1- $chr(42) }
    }
    elseif (!$appactive) { inc -u3 %f | noop $tip('Tray Tip', $network  » $chan, $timestamp $nick : $chr(42) $1- $chr(42),10) }
  }
}

Comments

Sign in to comment.
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.