irctk

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

commit bbdc66ab6cd19db978cd349076f829b0e69a64fd
parent 4066d71f60e92731afa461b990a076a544da7f8d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 27 Jul 2012 22:26:09 +0200

correct return value

Diffstat:
test/last-posted.sh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/last-posted.sh b/test/last-posted.sh @@ -23,7 +23,6 @@ for chan in testa testb testc do if diff <(grep $chan ref) <(grep $chan heard) then - diff <(grep $chan ref) <(grep $chan heard) - exec $CMD + exec diff <(grep $chan ref) <(grep $chan heard) fi done