forked from GitHub/dbot
another whoops
This commit is contained in:
parent
909dd61982
commit
b8546358fb
@ -41,7 +41,7 @@ var api = function(dbot) {
|
|||||||
},
|
},
|
||||||
|
|
||||||
'getAllUsers': function() {
|
'getAllUsers': function() {
|
||||||
return _.reduce(dbot.db.knownUsers, function(memo, function(server, name) {
|
return _.reduce(dbot.db.knownUsers, function(memo, server, name) {
|
||||||
memo[name] = server.users;
|
memo[name] = server.users;
|
||||||
}, {}, this));
|
}, {}, this));
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user