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.

It has no commands; all IRCEvents will be parsed and printed, excluding certain types that were deemed too spammy. Print them as well by disabling filterMost, in the configuration file under the header [Printer].

It is not technically necessary, but it is the main form of feedback you get from the plugin, so you will only want to disable it if you want a really "headless" environment.

Members

Classes

PrinterPlugin
class PrinterPlugin

The Printer plugin takes all IRCEvents and prints them to the local terminal, formatted and optionally in colour. Alternatively to disk as logs.

Functions

datestamp
auto datestamp()

Returns a string with the current date.

See Also

Meta