onCommandWhoami

Sends what we know of the inquiring user.

version(WithAdminPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.anyone).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("whoami").policy(PrefixPolicy.prefixed).description("Replies with what we know of the inquiring user."))
void
onCommandWhoami