From e4ca681ca565c029527594a6692672c416709be2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 3 Feb 2020 04:44:46 +0100 Subject: [PATCH] Give more time for the IRC client to accept commands --- src/deforaos-irc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deforaos-irc.sh b/src/deforaos-irc.sh index e4d7954..f4906ed 100755 --- a/src/deforaos-irc.sh +++ b/src/deforaos-irc.sh @@ -32,7 +32,7 @@ HEAD="head" II="ii -i $PREFIX" KILL="kill" RM="rm -f" -SLEEP="sleep 1" +SLEEP="sleep 2" TR="tr"