IRCPlugin.isEnabled

Returns whether or not the plugin is enabled in its settings.

class IRCPlugin
@safe const @property pure nothrow @nogc
bool
isEnabled
()

Return Value

Type: bool

true if the plugin should listen to events, false if not.

Meta