onCommandShowUsers

Prints out the current users array of the AdminPlugin's IRCPluginState to the local terminal.

version(WithAdminPlugin && Debug)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.admin).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("users").policy(PrefixPolicy.nickname).description("[debug] Prints out the current users array to the local terminal."))
void
onCommandShowUsers