Kameloso.plugins

A runtime array of all plugins. We iterate these when we have finished parsing an IRCEvent, and call the relevant event handlers of each.

struct Kameloso
IRCPlugin[] plugins;

Meta