Pipe fitting
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Thomas Mannay 09c2e6fa0d Initial commit 7 anos atrás
LICENSE Initial commit 7 anos atrás
Makefile Initial commit 7 anos atrás
README.md Initial commit 7 anos atrás
tubes.1 Initial commit 7 anos atrás
tubes.c Initial commit 7 anos atrás

README.md

tubes is a small program that provides an interface to irc bots that follows the UNIX philosophy. Messages to and from the server are exposed in FIFO buffers in /tmp named for the server and appended with either .in or .out: the server writes to in and the bot writes to out.

Installing

tubes is configured within tubes.c by changing the values of the server and port variables at compile time. OpenSSL is a dependency of tubes; download the devel package from your distro.

Custom compiler flags can be appended to the defaults, e.g. CFLAGS=-fPIC.