onCommandRepeat

Repeats a given message n number of times.

Requires moderator privileges to work correctly.

version(TwitchSupport && WithTwitchPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.SELFCHAN).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("repeat").policy(PrefixPolicy.prefixed).description("Repeats a given message n number of times.")).addCommand(IRCEventHandler.Command().word("spam").policy(PrefixPolicy.prefixed).hidden(true))
void
onCommandRepeat