fifoirc creates a named pipe on the local filesystem, such that any data written to the pipe will be written to an IRC channel. It is also possible to connect a filter program to the channel, such that any text written in the channel is passed to the program, and any text output by the program is passed to the channel.
| Tags | IRC irc bot FIFO |
|---|---|
| Licenses | Public Domain |
| Operating Systems | Unix-like |
| Implementation | C |