onCommandTime

Reports the time in the specified timezone, in an override specified in the timezones definitions file, or in the one local to the bot.

version(WithTimePlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).permissionsRequired(Permissions.anyone).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("time").policy(PrefixPolicy.prefixed).description("Reports the time in a given timezone.").addSyntax("$command [optional timezone]"))
void
onCommandTime