onCommandMergeQuotes

Merges all quotes of one user to that of another.

version(WithQuotePlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).permissionsRequired(Permissions.operator).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("mergequotes").policy(PrefixPolicy.prefixed).description("Merges the quotes of two users.").addSyntax("$command [source nickname] [target nickname]"))
void
onCommandMergeQuotes