sendPluginCommandHelp

Sends the help list of a single command of a specific plugin. Both were supplied.

version(WithHelpPlugin)
private
void
sendPluginCommandHelp
(,
const string pluginName
,
const string commandName
,
const ref IRCEvent event
,)

Parameters

plugin HelpPlugin

The current HelpPlugin.

pluginName string

The name of the plugin that hosts the command we're to send the help text for.

commandName string

String of the command we're 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.