onCommandReload

Asks plugins to reload their resources and/or configuration as they see fit.

version(WithAdminPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.admin).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("reload").policy(PrefixPolicy.nickname).description("Asks plugins to reload their resources and/or configuration as they see fit.").addSyntax("$command [optional plugin name]"))
void
onCommandReload