irctk

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

commit 4066d71f60e92731afa461b990a076a544da7f8d
parent ced35a2d265d0b6d8b1f3ff44ec263e6333cb850
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 27 Jul 2012 22:25:59 +0200

no bogus stderr

Diffstat:
test/autojoin.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/autojoin.sh b/test/autojoin.sh @@ -12,7 +12,7 @@ echo '[#test] 2' | ../irctk out2@localhost \#testb sleep 1 echo 3 | ../irctk -l out3@localhost \#testb \#test sleep 1 -echo '[#test] 4' | ../irctk -J out4@localhost \#testb +echo '[#test] 4' | ../irctk -J out4@localhost \#testb 2>/dev/null sleep 1 kill $PID diff ref heard