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