Nick list Color

By Mido_1 on May 13, 2004

Nick list color:
op=red
voice= blue
your nick= green

nickcolors for $chan {
  var %nicknametocolor ready
  var %nicknameon 1
  while ( %nicknametocolor  != $null ) {
    %nicknametocolor = $nick(#,%nicknameon)
    if ( %nicknametocolor isop # ) { cline 4 # %nicknameon }
    elseif ( %nicknametocolor isvo # ) { cline 12 # %nicknameon }
    elseif ( %nicknametocolor == $me ) { cline 9 # %nicknameon }
    else { cline 1 # %nicknameon }
    inc %nicknameon
  }
}

Comments

Sign in to comment.
painman   -  Jun 30, 2004

alias nickcolors { ... the code ...} otherwise how the hell ppl can activate it ?

 Respond  
Mido_1   -  May 15, 2004

you choose you color so that you modify a number, example: \"cline 4\" the number 4 is red color

 Respond  
meteorka13   -  May 15, 2004

what muss | to modify that | choose my own color?

 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.