onCommandShoutout

Emits a shoutout to another streamer.

Merely gives a link to their channel and echoes what game they last streamed (or are currently streaming).

version(TwitchSupport && WithTwitchPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.SELFCHAN).permissionsRequired(Permissions.operator).channelPolicy(ChannelPolicy.home).fiber(true).addCommand(IRCEventHandler.Command().word("shoutout").policy(PrefixPolicy.prefixed).description("Emits a shoutout to another streamer.").addSyntax("$command [name of streamer] [optional number of times to spam]")).addCommand(IRCEventHandler.Command().word("so").policy(PrefixPolicy.prefixed).hidden(true))
void
onCommandShoutout