kameloso.plugins.common

Package for the common plugin modules all plugins need.

Modules

awareness
module kameloso.plugins.common.awareness

Awareness mixins, for plugins to mix in to extend behaviour and enjoy a considerable degree of automation.

core
module kameloso.plugins.common.core

Contains the definition of an IRCPlugin and its ancilliaries, as well as mixins to fully implement it.

delayawait
module kameloso.plugins.common.delayawait

The section of kameloso.plugins.common that deals with delaying executing of Fibers and delegates to a later point in time, and registering such to await a specific type of IRCEvent.

misc
module kameloso.plugins.common.misc

The is not a plugin by itself but contains code common to all plugins, without which they will *not* function.

mixins
module kameloso.plugins.common.mixins

The section of kameloso.plugins.common that involves mixins.

Public Imports

kameloso.plugins.common.core
public import kameloso.plugins.common.core;
Undocumented in source.
kameloso.plugins.common.misc
public import kameloso.plugins.common.misc;
Undocumented in source.
kameloso.plugins.common.delayawait
public import kameloso.plugins.common.delayawait;
Undocumented in source.
kameloso.plugins.common.mixins
public import kameloso.plugins.common.mixins;
Undocumented in source.
kameloso.plugins.common.awareness
public import kameloso.plugins.common.awareness;
Undocumented in source.

See Also

Meta