irctk

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

commit cfcedaf843546a7b11e6350e294f7223af19ee06
parent d3f358ba93945196630d665d3eecec61ad0d154d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun,  7 Jul 2013 19:36:08 +0200

TODO update

Diffstat:
TODO | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -1,4 +1,10 @@ -- fix unittests +- fix 1events.sh: + - it seems like a libircclient bug means that event_ctcp_action isn't raised + correctly + - could be worked around with a test: + if (!strcmp(event, "CTCP") && !strncmp(params[0], "ACTION ", 7)) + and defining a ctcp_req handler reimplementing things like libircclient does +- fix other unittests - what happens when we talk but are actually not connected? later: