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).
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).