sendOnlyCommandHelp

Sends the help list of a single command of a specific plugin. Only the command was supplied, prefixed with the command prefix.

version(WithHelpPlugin)
private
void
sendOnlyCommandHelp

Parameters

plugin HelpPlugin

The current HelpPlugin.

commandString string

The command string to send help text for (sans prefix).

event IRCEvent

The triggering IRCEvent.

allPluginCommands IRCPlugin.CommandMetadata[string][string]

The metadata of all commands for this particular plugin.