A new -zN switch was actually added to the completely unrelated /timer command in v7.35 (I believe) for resetting the online timer, where N = 0 resets both times, N = 1 resets the total online time, and N = 2 resets the server online time. I do think, however, that there should be a separate command for at the very least resetting the online timer times - or more preferrably, a command to control all aspects of the online timer... maybe:

Code:
/otimer [[server|total]|<on|off>|-rNsN]

  • /otimer [server|total] - Display information about the online timer, as well as current and last reset times for the specified timer (if applicable).
  • /otimer <on|off> - Enable or disable online timer.
  • /otimer -rNsN, where:
    • -rN - Reset the Nth timer, where N = 0 resets the total online time, N = 1 resets the server online time, and N = 2 resets both online times.*
    • -sN - Show or hide total online time in status window, where N = 0 hides the time, and N = 1 shows it.


*While it might have been easier to match the /timer -zN switch, I personally feel this makes a bit more sense.