PluginRegistrationEntry

An entry in registeredPlugins corresponding to a plugin registered to be instantiated on program startup/connect.

Constructors

this
this(Priority priority, typeof(this.ctor) ctor)

Constructor.

Members

Variables

ctor
IRCPlugin function(IRCPluginState) ctor;

Function pointer to a "constructor"/builder that instantiates the relevant plugin.

priority
Priority priority;

Priority at which to instantiate the plugin. A lower priority makes it get instantiated before other plugins.