onCommandAddQuote

Adds a quote to the local storage.

version(WithQuotePlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).permissionsRequired(Permissions.elevated).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("addquote").policy(PrefixPolicy.prefixed).description("Adds a new quote.").addSyntax("On Twitch: $command [new quote]").addSyntax("Elsewhere: $command [nickname] [new quote]"))
void
onCommandAddQuote