Originally Posted By: GamingTom
Code:
/leave_on /timerLeave 0 3600 msg #<channel> /part
Pretty sure you meant
Code:
/leave_on /timerLeave 0 3600 part #<channel>
wink
--

You can make the timers more dynamic.
Code:
/active_on .timerActive. $+ $$chan 0 1800 if ($me ison # ) msg # Hi
/active_off .timerActive. $+ $iif(#,#,*) off

Now use /active_on in any channel window to msg THAT channel every 30m (1800s).
Typing /active_off in a channel window will stops the timer for THAT channel, while /active_off anywhere else will stop ALL Active.* timers

Obviously, you can/should do the same with the Leave* timers.