onCommandReexec

Re-executes the program.

version(WithAdminPlugin && Posix)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.admin).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("reexec").policy(PrefixPolicy.nickname).description("Re-executes the program.").addSyntax("$command [optional quit message]"))
void
onCommandReexec