Give more time for the IRC client to accept commands

This commit is contained in:
Pierre Pronchery 2020-02-03 04:44:46 +01:00
parent ffa4f7edc8
commit e4ca681ca5

View File

@ -32,7 +32,7 @@ HEAD="head"
II="ii -i $PREFIX"
KILL="kill"
RM="rm -f"
SLEEP="sleep 1"
SLEEP="sleep 2"
TR="tr"