Use on *:START:{ timer blah blah }
so that mIRC automatically sets the timer for you whenever you open mIRC. (although I'd suggest doing that on CONNECT because your script contains a msg command that can only be performed when you are connected)

Then if you want the timer to execute multiple commands there are two solutions:
a)Using an alias for the commands, then have the timer call the alias:
timer 13:30 1 0 blah

alias blah {
command1
command2
remove
do_whatever
}


b)Use the $() identifier around the pipe:
timer 13:30 1 0 blah $(|) command $(|) remove $(|) do_whatever

Edit: Minor grammatical error...

Last edited by dr_Eamer; 01/09/04 01:37 PM.

Maybe I wake up one day to notice that all my life was just a dream!