forked from GitHub/dbot
whoops
This commit is contained in:
parent
d568562cad
commit
e40a10dbdc
@ -13,9 +13,11 @@ var nickserv = function(dbot) {
|
||||
this.authStack[server][nick] = callback;
|
||||
dbot.say(server, nickserv, infoCommand + ' ' + nick + ' *');
|
||||
setTimeout(function() {
|
||||
delete this.authStack[server][nick];
|
||||
callback(false);
|
||||
}, 4000)
|
||||
if(_.has(this.userStack[server], nick)) {
|
||||
delete this.authStack[server][nick];
|
||||
callback(false);
|
||||
}
|
||||
}, 4000);
|
||||
},
|
||||
|
||||
'getUserHost': function(server, nick, callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user