kameloso.plugins.pipeline

The Pipeline plugin opens a Posix named pipe in a temporary directory or the current directory, to which you can pipe text and have it be sent verbatim to the server. There is also syntax to manually send bus messages to plugins.

It has no commands; it doesn't listen to IRCEvents at all, only to what is sent to it via the named FIFO pipe.

This requires version Posix, which is true for UNIX-like systems (like Linux and macOS).

Members

Classes

PipelinePlugin
class PipelinePlugin

The Pipeline plugin reads from a local named pipe (FIFO) for messages to send to the server, as well as to live-control the bot to a certain degree.

See Also

Meta