uderline automatically names and in colors

By sukhbira on Feb 25, 2013

ok all the nick you wrote in the sentence will be underlined simply

on *:INPUT:#: {
  if ($inpaste) || ($ctrlenter) || ($readini(mirc.ini,text,commandchar) != $left($1,1)) {
    var %i = 1, %s = $1- | while ($gettok(%s,%i,32)) { 
      if ($nick($chan,$v1)) { var %s = $puttok(%s,$+(4,$gettok(%s,%i,32),),%i,32) } 
      inc %i
    }
    msg $chan 12 $iif(c isincs $chan($chan).mode,$strip(%s),%s) 
    halt
  }
}

Comments

Sign in to comment.
WildTiger   -  Dec 17, 2015

thank you :)

 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.