irctk

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

commit f36d913770bc855bece0ddfb8ebf1be4ea49a6d2
parent b305f3134d659506a4cf617bf1d8d2d2742ae2fc
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 29 Oct 2013 16:39:13 +0100

add TODO, remove TODO about 1events.sh as bug was fixed upstream (r150)

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

diff --git a/TODO b/TODO @@ -1,10 +1,11 @@ -- 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 +http://tools.ietf.org/html/rfc2812 + IRC messages are always lines of characters terminated with a CR-LF + (Carriage Return - Line Feed) pair, and these messages SHALL NOT + exceed 512 characters in length, counting all characters including + the trailing CR-LF. +(thanks: Marc Jeanmougin) + +- fix track.sh and order2.sh - what happens when we talk but are actually not connected? later: