irctk

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

commit 5eb3e5731e358be1437d4bacd382d7beca498c97
parent 1e385321e5320a12e4d921e544192ab4d66202f2
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 21 Jul 2012 02:03:18 +0200

update TODO

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

diff --git a/irctk.c b/irctk.c @@ -1124,7 +1124,7 @@ int do_cmd_msg(irc_session_t *s, char *chan, char* line) } else { info("Unrecognized or malformed command: %s", line); } - // TODO: names, list, topic, chanmode, usermode, whois, raw... + // TODO: names, list, topic, usermode, whois, raw... // with correct user tracking! } else { /* TODO2 only join channels we haven't joined yet */