another whoops

This commit is contained in:
reality 2013-01-22 00:59:11 +00:00
parent 909dd61982
commit b8546358fb

View File

@ -41,7 +41,7 @@ var api = function(dbot) {
},
'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;
}, {}, this));
},