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 frown

Code:
/timer 0 10 /checkadmins #mychannel

and

Code:
alias checkadmins {
  if (Megatron ison $chan) {
    /part
    /timer 1 300 /join #mychannel
  }
}


Thank u guys smirk

Last edited by joseluupp; 18/06/16 05:50 PM.