irctk

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

commit 335ceef725d8147175c6c947d422031ac49860a4
parent 0f946bd7b168ef0df835d9a8e8731f8f62269faf
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 17 Jun 2012 02:04:32 +0200

update TODOs

Diffstat:
irctk.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/irctk.c b/irctk.c @@ -355,7 +355,6 @@ static error_t parse_opt (int key, char *arg, struct argp_state *state) int saw_colon = 0; int saw_at = 0; - // TODO more robust parsing while (arguments->raw_dest[++i]) { if (arguments->raw_dest[i] == ':' && !saw_colon) { @@ -1083,7 +1082,7 @@ int start (int max_wait) debug("ready", l.line); /* TODO no wait on empty lines */ - /* TODO delay per channel */ + /* TODO separate delay per channel */ gettimeofday(&tp2, NULL); tp = 1000000*(tp2.tv_sec - tp1.tv_sec) + tp2.tv_usec - tp1.tv_usec; if (tp < args.interval && !first)