Also note that you can remove the if statement, by using the me prefix in the ON JOIN event. This would make the code look something like
Code:
on me:*:join:#YourChannel: { /timer 1 SecondsToStart /whatever you want here. } 


Noting the fact that you used 1 in your original example for the timer, I'm going to guess that you're not familiar with naming timers, so I'm going to recommend that you not name the timer, as mIRC will automatically give the timer an incrementing number, or the number of a timer that has already expired, if no name is specified. If you specify a name for a timer, and then specify the same name when trying to set a different timer, the most recent setting takes priority and overrides the previous settings.

Last edited by RusselB; 10/07/07 12:35 AM.