irctk

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

commit 7182cfe157c300f0d9aa2849693fe803af0308d5
parent d7fc9200e286b6e0c3e39977af48b6d422493918
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 11 Jul 2012 22:14:09 +0200

stale TODOs

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

diff --git a/irctk.c b/irctk.c @@ -110,7 +110,6 @@ static struct argp_option options[] = { " also infer a destination nick, and prefix lines with this nick (blank" " line indicates the end of an answer)", BOT_OPTIONS}, - /* TODO externalize those two features as a wrapper script */ {"filter", 'f', 0, 0, "Only keep messages directly addressed to us (in private channel or with" " lines prefixed by our nick)", @@ -122,10 +121,10 @@ static struct argp_option options[] = { {"no-track-renames", 'T', 0, 0, "When sending to a user, do not track him if he changes nick (default)", - TRACKING }, // TODO + TRACKING }, {"track-renames", 't', 0, 0, "When sending to a user, track him if he changes nick", - TRACKING }, // TODO + TRACKING }, {"unique-names", 'u', 0, 0, "Track nick changes and expose unique names for users", TRACKING }, // TODO