3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
This commit is contained in:
reality 2013-07-26 17:03:52 +00:00
parent dfaa795b8f
commit dbbe33f965

View File

@ -214,7 +214,7 @@ var users = function(dbot) {
this.internalAPI.createUser(event.server, nick, checkChannelUser);
}
}.bind(this));
});
}.bind(this));
}.bind(this), function(err) {
console.log('finished checking ' + channel);
});