fix wordusers

This commit is contained in:
reality 2014-10-16 16:08:58 +00:00
parent a68108df07
commit 9705f308fd

View File

@ -213,7 +213,7 @@ var commands = function(dbot) {
.value(); .value();
async.eachSeries(pCounts, function(pCount, next) { async.eachSeries(pCounts, function(pCount, next) {
dbot.api.users.getUser(pCount[0], function(user) { dbot.api.users.getUser(pCount[0], function(err, user) {
pCount[0] = user.primaryNick; next(); pCount[0] = user.primaryNick; next();
}); });
}, function() { }, function() {