3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00

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();
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();
});
}, function() {