IRCPluginImpl.name

Returns the name of the plugin. (Technically it's the name of the module.)

mixintemplate IRCPluginImpl(Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@safe pragma(inline, true) override @property const pure nothrow @nogc
string
name
()

Return Value

Type: string

The module name of the mixing-in class.

Meta