IRCPlugin.name

Returns the name of the plugin.

class IRCPlugin
const pure @safe nothrow @nogc
string
name
(
const bool lowercase = true
,
const bool fullName = false
)

Parameters

lowercase bool

Whether or not to return the name in lowercase.

fullName bool

Whether to return the full name, including "Plugin" or "Service".

Return Value

Type: string

The string name of the plugin.

See Also