onCommandSummary

Causes a connection summary to be printed to the terminal.

version(WithAdminPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.admin).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("summary").policy(PrefixPolicy.nickname).description("Prints a connection summary to the local terminal."))
void
onCommandSummary