irctk

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

commit 3cdf35a9467341ac7d5788a3c5bf797372db7f5f
parent 2571400e2e95bf2b66f6f6bef25f8adaa3c6bc95
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 28 Jul 2012 00:17:28 +0200

give up on exec and exec-argv

This can be trivially emulated with bash.

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

diff --git a/irctk.c b/irctk.c @@ -80,11 +80,6 @@ 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", 'x', 0, 0, - "Pipe each message to this command", COM_MODE }, // TODO and support several of them - {"exec-argv", 'X', 0, 0, - "Run this command on each message, passing the channel, nick and message as $1, $2, and $3", COM_MODE }, - */ {"default-always-first", '0', 0, 0, "Post messages to the first specified channel by default",