irctk

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

commit ec8253bcd873ffe6aafb969e21df6e93a6a93927
parent 6559225f9db07342ee454f6e414cd7266f5e766b
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 25 Jan 2014 09:27:15 +0100

say that you need ./irctk

Diffstat:
README | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -34,7 +34,9 @@ and compile it and install it (this requires the package openssl-dev): make sudo make install -Once this is done, run "make" to compile irctk. +Once this is done, run "make" to compile irctk. Install it by yourself in a +location of your PATH if you want to use it as "irctk", otherwise replace +"irctk" by "./irctk" in the next examples. == 3. How to use ==