no_body21 commented on a Page, Scrolling Rainbow Nicklist  -  Mar 18, 2007

no offense but have seen a code like this before only it\'s simplier

;;;;;;;;;;;
menu channel {

Fairy Lights On/Off:fairy

}
alias -l fairy {
if !$timer(fairy) {
.timerfairy -m 0 10 cline $ $+ rand(0,15) # $ $+ rand(1,$line(#,0,1))
set %leo $color(listbox)
color listbox 1
}
else {
.timerfairy off
color listbox %leo
unset %leo
var %i 0
while %i < $line(#,0,1) {
inc %i
cline -r # %i
}
}
}
;;;;;;;;;;;
trying to find who made this but i can find him/her

 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.