Check every X seconds if a "nick" is on my channel - 18/06/16 05:50 PM
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
and
Thank u guys
I've tried with this code but does not work

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