Dunno if there's a "real" way to do this.
Code:
on *:text:!startuptime:#: {
  msg # Starting uptime.
  timerUptime. $+ # 0 1 inc %uptime. [ $+ [ # ] ] 
}

on *:text:!uptime:#: { msg # %uptime. [ $+ [ # ] ] }

on *:text:!stopuptime:#: { 
  msg # Stopping uptime.
  unset %uptime. [ $+ [ # ] ] 
  timerUptime. $+ # off
}


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net