ChanQueriesService.isEnabled

Override IRCPlugin.isEnabled

(effectively overriding IRCPluginImpl.isEnabled) and inject a server check, so this service does nothing on Twitch servers.

class ChanQueriesService
version(TwitchSupport)
override const @property pure nothrow @nogc
bool
isEnabled
()

Return Value

Type: bool

true if this service should react to events; false if not.

Meta