How do i go about making a script that adds users to a list that when they join a channel i part it, and also scans the channel every say 5 minutes to see the if the nickname is in the channel then leaves.

I have made this part

on *:join:#channel:{
if $nick == nickname && $nick(#,$me,!) { part # }
}

Not sure if it's possible to scan if you have left the channel to know when to come back in there if the person isn't in there.