diff options
| author | tv <tv@nomic.retiolum> | 2014-03-14 13:41:24 +0100 | 
|---|---|---|
| committer | tv <tv@nomic.retiolum> | 2014-03-14 13:41:24 +0100 | 
| commit | 659dc87fa1c9eebbe9a99f1fb911d3ae993386d2 (patch) | |
| tree | 6aef81a9212f60838db0edf92b4884046100e5f0 /git | |
| parent | 3d369402d011e067e7c3bd89460f94bb26048a16 (diff) | |
irc-announce: ohoh, 3s are not enough...
Diffstat (limited to 'git')
| -rwxr-xr-x | git/gitolite-hooks/irc-announce | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/git/gitolite-hooks/irc-announce b/git/gitolite-hooks/irc-announce index 691b9d82..1d88c4da 100755 --- a/git/gitolite-hooks/irc-announce +++ b/git/gitolite-hooks/irc-announce @@ -65,8 +65,8 @@ privmsg_cat() { awk '{ print "PRIVMSG "ENVIRON["IRC_CHANNEL"]" :"$0 }'; }    echo2 "NICK $IRC_NICK"    # wait for MODE message -  # CAVEAT 3 second was enough while testing...^_^ -  sleep 3 +  # CAVEAT 5 second was enough while testing...^_^ +  sleep 5    echo2 "JOIN $IRC_CHANNEL"  | 
