mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
fix wordusers
This commit is contained in:
parent
a68108df07
commit
9705f308fd
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user