Have you even checked what that well do?
At noon and midnight, that well trigger a ENDLESS timer going off every 1 second


I releasised there was an easier way that what i did above, after looking at it.
The only problem with a exact time timer is, it then trips off the <reps> <reptime> timer following it, so the first event doesnt trigger instantly.
ie: /timer 12:00 1 1 echo The time is $time
well be
The Time is 12:00:01

Fix, for this? you set off two timers, one that goes off once at the designated time, and one that starts a timer from the designated time.
Code:
/timernoon.once 12:00 1 0 echo -a Noon
/timermidnight.once 00:00 1 0 echo -a Midnight
/timernoon 12:00 0 86400 echo -a Noon
/timermidnight 00:00 0 86400 echo -a Midnight