onCommandVanish

Hides a user's messages (making them "disappear") by briefly timing them out.

version(TwitchSupport && WithTwitchPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.SELFCHAN).channelPolicy(ChannelPolicy.home).fiber(true).addCommand(IRCEventHandler.Command().word("vanish").policy(PrefixPolicy.prefixed).description(`Hides a user's messages (making them "disappear") by briefly timing them out.`)).addCommand(IRCEventHandler.Command().word("poof").policy(PrefixPolicy.prefixed).hidden(true))
void
onCommandVanish