onCommandModQuote

Modifies a quote given its index in the storage.

version(WithQuotePlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).permissionsRequired(Permissions.operator).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("modquote").policy(PrefixPolicy.prefixed).description("Modifies an existing quote.").addSyntax("On Twitch: $command [index] [new quote text]").addSyntax("Elsewhere: $command [nickname] [index] [new quote text]"))
void
onCommandModQuote