onCommandEcount

!ecount; reporting how many times a Twitch emote has been seen.

version(TwitchSupport && WithTwitchPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.SELFCHAN).permissionsRequired(Permissions.anyone).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("ecount").policy(PrefixPolicy.prefixed).description("Reports how many times a Twitch emote has been used in the channel.").addSyntax("$command [emote]"))
void
onCommandEcount

See Also