irctk

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

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

stale TODOs

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

diff --git a/irctk.c b/irctk.c @@ -82,9 +82,9 @@ static struct argp_option options[] = { /*{"synchronous", 's', 0, 0, "Will wait for a multiline, blankline-terminated answer on stdin to all lines passed on stdout, and will bufferize activity before that", COM_MODE }, // TODO*/ - /*{"exec", 'e', 0, 0, + /*{"exec", 'x', 0, 0, "Pipe each message to this command", COM_MODE }, // TODO and support several of them - {"exec-argv", 'E', 0, 0, + {"exec-argv", 'X', 0, 0, "Run this command on each message, passing the channel, nick and message as $1, $2, and $3", COM_MODE }, */ @@ -127,7 +127,7 @@ static struct argp_option options[] = { TRACKING }, {"unique-names", 'u', 0, 0, "Track nick changes and expose unique names for users", - TRACKING }, // TODO + TRACKING }, /* TODO test, and make compatible with --own */ {"with-host", 'w', 0, 0,