I've tested just the alias, to see if it works and it doesn't. I've changet idle time to test it and nothing.
Thanx a lot

/alias check.idle { var %m = $nick($1,0,o) var %i = 1 while (%i <= %m) { if ($nick($1,%i,o).idle > 18000) { if ($me isop $1) { mode $1 -o $ $nick($1,%i,o) } else { .notice $2 $nick($1,%i,o) on $1 is idle more than 5 hours! } } inc %i } }