Nicklist Random Colorer

By Foamy on Jan 13, 2006

Usage; type /nlcol in any channel window to random color all the nicks in the nicklist.

My first time using the $gettok and %c variable.

alias nlcol {
  var %max = $nick(#,0)
  var %c = 1
  while (%c <= %max) {
    cline $gettok(2 3 4 5 6 7 10 12 13 14,$r(1,10),32) # $nick(#,%c)
    inc %c 1
  }
}

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.