bind time - "01 00 *" do_on_time
bind time - "01 12 *" do_on_time
as it says in the doc
(37) TIME (stackable)
bind time <flags> <mask> <proc>
proc-name <minute> <hour> <day> <month> <year>
Description: allows you to schedule procedure calls at certain
times. mask matches 5 space separated integers of the form:
"minute hour day month year". minute, hour, day, month have a
zero padding so they are exactly two characters long; year is
four characters. Flags are ignored.
Module: core
Which ofcourse is logical, I had my own watch in my head, so automaticly I added the minutes at the end, but thanks for yet another reply, and this concludes this script, I am very thankfull for all the help I have recieved.