I need to check every 10 seconds if a user with the nickname "Megatron" is connected on #mychannel
I've tried with this code but does not work

/timer 0 10 /checkadmins #mychannel
and
alias checkadmins {
if (Megatron ison $chan) {
/part
/timer 1 300 /join #mychannel
}
}
Thank u guys