Irc Op *red* color

By Crissar on Dec 11, 2008

This script will just show you the ircops (that have enabled their oline at the time) with red color in the nicklist.

alias comma {
  var %a = 1
  while (%a <= $comchan($1,0)) {
    cline 4 $comchan($1,%a) $1
    inc %a
  }
}

on *:join:#:{
  if ($nick == $me) {
    who $chan
    echo -s Who Command For $chan
  }
  else {
    who $nick
  }
}
raw 352:*:{
  if ($chr(42) isin $7) {
    if ($2 ischan) {
      cline 4 $2 $6
    }
    else {
      comma $6
    }
  }
  halt
}
raw 315:*:{ unset %cl.* | halt } 

Comments

Sign in to comment.
napa182   -  Dec 11, 2008

you can use mIRC's built in nicklist color to do this. mIRC Address book + Nick Colors

 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.