onCommandShowUser

Prints the details of one or more specific, supplied users to the local terminal.

It basically prints the matching IRCUsers.

version(WithAdminPlugin && Debug)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.admin).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("user").policy(PrefixPolicy.nickname).description("[debug] Prints out information about one or more " ~ "specific users to the local terminal.").addSyntax("$command [nickname] [nickname] ..."))
void
onCommandShowUser