forked from GitHub/dbot
eh that should do it
This commit is contained in:
parent
f492ead7d6
commit
d568562cad
@ -12,6 +12,10 @@ var nickserv = function(dbot) {
|
|||||||
if(!_.has(this.authStack, server)) this.authStack[server] = {};
|
if(!_.has(this.authStack, server)) this.authStack[server] = {};
|
||||||
this.authStack[server][nick] = callback;
|
this.authStack[server][nick] = callback;
|
||||||
dbot.say(server, nickserv, infoCommand + ' ' + nick + ' *');
|
dbot.say(server, nickserv, infoCommand + ' ' + nick + ' *');
|
||||||
|
setTimeout(function() {
|
||||||
|
delete this.authStack[server][nick];
|
||||||
|
callback(false);
|
||||||
|
}, 4000)
|
||||||
},
|
},
|
||||||
|
|
||||||
'getUserHost': function(server, nick, callback) {
|
'getUserHost': function(server, nick, callback) {
|
||||||
|
Loading…
Reference in New Issue
Block a user