irctk

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

commit 879628187bb4b942cda37ff0e4642a98970ceeac
parent 1a44ced15ba7c80a37459b7bbd7584c4ee811cd4
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 29 Aug 2014 20:15:37 +0200

remove libirclient version warning from README

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

diff --git a/README b/README @@ -40,10 +40,6 @@ 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. -[In case of a segfault in manage_event, please double-check that you have -compiled against the right version of libircclient (see above) before reporting -a bug, as this is known behavior when using older versions of libircclient.] - == 3. How to use == === 3.1. Connecting to a server ===