onDance

Does the bash.org dance emotes.

This will be called on each channel message, so don't annotate it .fiber(true) and instead create a fiber manually iff we should actually go ahead and dance.

version(WithChatbotPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).permissionsRequired(Permissions.anyone).channelPolicy(ChannelPolicy.home)
void
onDance

See Also