ok this is my first post here so just saying hi to all people here first
now onto the question i want to give the nicks in my nicklist more then just one color per nick like a custom alias effect but i can not seem to get this script to work
alias wrdnick { timernick 0 1 dowierd }
alias dowierd {
var %nick.line = 1
while ( %nick.line <= $nick(chan,0) ) {
inc %nick.line
set %nick.r $nick($chan,%nick.line)
rline $chan %nick.line %nick.r
echo -a Test line number %nick.line $clr( %nick.r )
}
}
alias stopwrd { timernick off }
ok thanks in advance 4c07o08l09o11r ok there is an example of what $clr does