Merge pull request #434 from williamboman/fix/excess-flood
irc-events/connection: increase join delay to 1000ms
This commit is contained in:
commit
0cbcb98b0d
@ -35,7 +35,7 @@ module.exports = function(irc, network) {
|
||||
setTimeout(function() {
|
||||
network.irc.join(chan.name);
|
||||
}, delay);
|
||||
delay += 100;
|
||||
delay += 1000;
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user