World.AddTimer "StatusBar",0,2,1,"",eEnabled+eAtTime+eReplace+eTemporary,"TimerUpdateStatus"
The timer created by the following line doesn't work properly.
When viewing the timer in the Timers menu, "Every Interval" is selected, but Hour, Minute, and Second are all 0. Under "At the time", the time shows up at 0:02:01.
Apparently, eAtTime doesn't properly clue MUSHclient in for which of tha 'radio buttons' to enable
I'm still testing the exact conditions of the problem.
If eAtTime is left out, an interval timer is properly created for 2 minutes, 1 second.