onCommandDelQuote

Deletes 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("delquote").policy(PrefixPolicy.prefixed).description("Deletes a quote.").addSyntax("On Twitch: $command [index]").addSyntax("Elsewhere: $command [nickname] [index]"))
void
onCommandDelQuote