kameloso.plugins.printer

Package for the Printer plugin modules.

Modules

base
module kameloso.plugins.printer.base

The Printer plugin takes incoming IRCEvents, formats them into something easily readable and prints them to the screen, optionally with colours. It also supports logging to disk.

formatting
module kameloso.plugins.printer.formatting

Implementation of Printer plugin functionality that concerns formatting. For internal use.

logging
module kameloso.plugins.printer.logging

Implementation of Printer plugin functionality that concerns logging. For internal use.

Public Imports

kameloso.plugins.printer.base
public import kameloso.plugins.printer.base;
Undocumented in source.
kameloso.plugins.printer.formatting
public import kameloso.plugins.printer.formatting;
Undocumented in source.
kameloso.plugins.printer.logging
public import kameloso.plugins.printer.logging;
Undocumented in source.

See Also

Meta