So far I have :

on *:CONNECT: { .timerstart 19:34:00 1 1 .timermsg 0 10 msg #channel hello | .timerend 4:00:00 1 1 .timermsg off }

What I want to do is say hello between the hours of 7:34pm to 4:00am everyday even if I get disconnected and reconnected to the IRC server. For example, if at 8:35pm my internet connection dies, and mirc reconnects to the server and rejoins the channel, I still want "hello" to be said as if I wasn't disconnected - never missing a heartbeat. So I want to say "hello" strickly between the hours of 7:34pm to 4:00am even if my connection dies and reconnects - I still want "hello" to be said in circumstances like that.

So what commands do I add?