you need to who #chan it\'s not an error on the dialog.
it resets the %first when you already who the chan on your first rawmode op that auto who $chan .
it can be turn on by turning on the invex.
i personally prefer using message so that other users know what kind of script i`m using. `coz there\'s a lot of warscripts on our server.
about the error you encounter didn\'t noticed that since i didn\'t try to on/off the script while i\'m on the status window.
my mistake though
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
didn\'t see any info about moderated or not.
maybe if there is a simple words about moderated channel or not then i wouldn\'t post my comment.
and even if it\'s for moderated the right code is what i posted :D