[[mirc 2 color talker]] Baaz

By sukhbira on Dec 08, 2012

very simple color code on mirc ..blue and red

menu * {
  $iif(%rainbows == on,[[Turn Rainbows Off]],^^Turn Rainbows on^^) : $iif(%rainbows == on,unset %rainbows,set %rainbows on)
}
on *:input:*:{
  if ($left($1-,1) != / && %rainbows == on) {
    haltdef
    if ($left($1-,1) != $chr(33)) {
    set %len $len($1-) }
    {
    msg $active  2,15 12 $+ $left($mid($1-,1,$calc($len($1-) - 0))0,11) $+ 4,15 $+ $mid($1-,12,$calc($len($1-) - 00)) $+ 2,15 12,15   | haltdef } 
  }

}

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.