Hi i have trying for along time now but i cant see my error in this script:


on me:*:JOIN:#help: .timer 60 CheckIdle

alias CheckIdle {
var %chan = #help
if ($me !isop %chan) {
var %a = $chan(%chan,0,r)
while (%a) {
if ($me(%chan,%a,r).idle > 540) { /part #help }
dec %a
}
}



I wat the script to part me form channel after 9 minutes idle! And the script is set to recount when i say something and i also think its set not to part me if im voiced or op!

Please help! confused