forked from GitHub/dbot
fix wordusers
This commit is contained in:
parent
a68108df07
commit
9705f308fd
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user