IRCPluginImpl.channelSpecificCommands

Compile a list of our a plugin's oneliner commands.

mixintemplate IRCPluginImpl(Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@safe override @system
channelSpecificCommands
(
const string channelName
)

Parameters

channelName string

Name of channel whose commands we want to summarise.

Return Value

An associative array of IRCPlugin.CommandMetadatas, one for each soft command active in the passed channel.

Meta