sendCommandHelpImpl

Sends the help text for a command to the querying channel or user.

version(WithHelpPlugin)
private
void
sendCommandHelpImpl

Parameters

plugin HelpPlugin

The current HelpPlugin.

otherPluginName string

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

event IRCEvent

The triggering IRCEvent.

commandString string

String of the command we're to send help text for (sans prefix).

command IRCPlugin.CommandMetadata

Actual CommandMetadata of the command we're to send help text for.