Okay then i can use this one right:

on *:JOIN:#help:{
.timercheck 0 60 idlecheck
}

alias idlecheck {
if ($nick(#help,$me).idle >= 420) {
part #help
}

on *:INPUT:#help:{
.timercheck off
.timercheck 0 60 idlecheck
}

on *:PART:#help:{
.timercheck off
}

crazy