onCommandUptime

Reports how long the streamer has been streaming.

Technically, how much time has passed since !start was issued.

The streamer's name is divined from the plugin.state.users associative array by looking at the entry for the nickname this channel corresponds to.

version(TwitchSupport && WithTwitchPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.SELFCHAN).permissionsRequired(Permissions.anyone).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("uptime").policy(PrefixPolicy.prefixed).description("Reports how long the streamer has been streaming."))
void
onCommandUptime