irctk

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

commit 0ea3e8997f3ca467ff2ea6ec6541cf6608276db9
parent b5a214eab49e0b5e61002ae7f439fac276d93560
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  7 Sep 2012 15:28:53 +0200

UUOCs in README

Diffstat:
README | 5++---
TODO | 10++++------
2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/README b/README @@ -58,12 +58,11 @@ the form "[#chan1] <nick> message". Same, but write in one file per chan, and add timestamps. - $ cat message.txt | irctk you@example.com #chat + $ irctk you@example.com #chat <message.txt Send the contents of a file to a channel. - $ cat message.txt | while read line; do cowsay "$line"; done | - irctk you@example.com #chat + $ cowsay <message.txt | irctk you@example.com #chat Send the contents of a file to a channel, where each line is said by a cow. diff --git a/TODO b/TODO @@ -1,10 +1,8 @@ -- make ssl support work - later: -Remove UUOCs in readme -exit when killed, advertising the signal -use notices and errors -look into sirc-2.211/ssfe.c +- exit when killed, advertising the signal +- use notices and errors +- look into sirc-2.211/ssfe.c +- make ssl support work tracking: - use user list given when joining