onCommandGet

Fetches a setting of a given plugin, or a list of all settings of a given plugin if no setting name supplied.

Filename paths to certificate files and private keys will be visible to users of this, so be careful with what permissions should be required.

version(WithAdminPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.admin).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("get").policy(PrefixPolicy.nickname).description("Fetches a setting of a given plugin, " ~ "or a list of all available settings of a given plugin.").addSyntax("$command [plugin].[setting]").addSyntax("$command [plugin]"))
void
onCommandGet