mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
raise acceptable response time for getUserInfo to 8 seconds
This commit is contained in:
parent
3be45d4692
commit
5f86eb225f
@ -20,7 +20,7 @@ var nickserv = function(dbot) {
|
|||||||
dbot.instance.connections[server].send('USERHOST ' + nick);
|
dbot.instance.connections[server].send('USERHOST ' + nick);
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
if(_.has(this.userStack[server], nick)) callback(false);
|
if(_.has(this.userStack[server], nick)) callback(false);
|
||||||
}.bind(this), 3000);
|
}.bind(this), 8000);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user