irctk

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

commit ae01f98731c8aef3ed226d2f261315e2a6308f88
parent bf5eb1d13b39b745d112bb6cd4401cf2663b55a1
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun,  4 May 2014 19:05:25 +0200

note about Ted's problem

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

diff --git a/README b/README @@ -40,6 +40,10 @@ 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 ===