T3h Shadow's Nick HighLighter

By T3hShadow on Oct 06, 2007

it highlights your nick in active screen works for actions text private message
action in private message and notice
to use this snippet press alt+r file>new paste in your new remote file
then go to file>save as whateveryouwant.mrc
hope y'all like it
Peace
T3h Shadow

alias isanick { if ($chan == $null) return 14P4M }
alias isanotice { if ($chan == $null) Return 14N4o15t5i14c5e }
on *:TEXT:$($+(*,$me,*)):*: {
  if ($target == $active) || ($query($nick) == $active) { halt }
  if ($nick == Shadow) { halt }
  echo -a 14 $asctime(h:nntt) 4 $nick $1- 15 $nick 5D14i4n15g5e14d 4Y15o5u 14I4n 15 $chan $isanick($nick) 5O14n 4 $network
}
on *:ACTION:$($+(*,$me,*)):*: {
  if ($target == $active) || ($query($nick) == $active) { halt }
  if ($nick == Shadow) { halt }
  echo -a 14 $asctime(h:nntt) 4 $nick $1- 15 $nick 5D14i4d 15A5n 14A4c15t5i14o4n 15O5n 14Y4o15u 5I14n 4  $chan    $isanick($nick) 15O5n 14 $network
}
on *:NOTICE:$($+(*,$me,*)):*: {
  if ($target == $active) || ($query($nick) == $active) { halt }
  if ($nick == Shadow) { halt }
  echo -a 14 $asctime(h:nntt) 4 $nick $1- 15 $nick 5S14e4n15d5e14d 4Y15o5u 14A  $isanotice($nick)  4O15n 5 $network
}

Comments

Sign in to comment.
T3hShadow   -  Oct 06, 2007

ya i know but some people uses more nicks like me :)

 Respond  
Xysos   -  Oct 06, 2007

Nice job. You should be able to use if ($nick == $me)Then it would work no matter what your nickname is.

 Respond  
T3hShadow   -  Oct 06, 2007

p.s change this
if ($nick == Shadow)
to
if ($nick == yournick)
unless you wanna act like me j/k peace all

 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.