alias idle { .timeridle 0 301 /idle2 #HelpCenter }
alias idle2 { var %x = 1
while (%x <= $nick(#,0,r)) { if ($nick($chan,$nick(#,%x,r)).idle >= 300) { kick # $nick(#,%x,r) You have Idled in #HelpCenter for 5mins - Please Come back if you need help. }
inc %x
}
}
So that will work?
(yeah I know i'll make an on join event to trigger it, was doing it triggering it manually ot make sure it wokred)