irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit 32bb08cc2e83562c63bb104b30dc82564e0c4b93
parent 9e36c73d3e18f9791cdb5466c4ce0b86c048f1df
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 10 Sep 2012 10:31:35 +0200

precision

Diffstat:
README | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -22,12 +22,12 @@ receives from stdin to the channels and outputs to stdout what it hears on the channels. This makes it possible to write simple IRC bots and scripts very quickly, either in the shell or in your favourite programming language. -== 2. Setup == +== 2. Installing == irctk is written using libircclient, you will need this library to compile and run the program. Install libircclient-dev (on Ubuntu and Debian systems), or get it from <https://sourceforge.net/projects/libircclient/> and install it -manually. +manually. Once this is done, run "make" to compile irctk. == 3. How to use ==