irctk

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

commit 8cff9ecfd85b9e4c205b3001f8f91d4be21a6303
parent ebfa4cb8f37f3c70e3ee6920421ca3cf92d81f62
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu,  6 Aug 2015 23:31:18 +0200

wait more to avoid test failure

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

diff --git a/test/order3.sh b/test/order3.sh @@ -16,7 +16,7 @@ cat >tosay <<EOF EOF (sleep 4; cat tosay | -../../irctk -I 3 order3o@localhost \#order3_test1 \#order3_test2 \#order3_test3 > /dev/null)& +../../irctk -I 6 order3o@localhost \#order3_test1 \#order3_test2 \#order3_test3 > /dev/null)& sleep 1 PID=$! tail -f /dev/null |