onCommandCommands

Sends a list of the current oneliners to the channel.

Merely calls listCommands.

version(WithOnelinerPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).permissionsRequired(Permissions.anyone).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("commands").policy(PrefixPolicy.prefixed).description("Lists all available oneliners."))
void
onCommandCommands