This commit is contained in:
reality 2013-01-22 00:56:05 +00:00
parent b940b6f913
commit 909dd61982

View File

@ -43,7 +43,7 @@ var api = function(dbot) {
'getAllUsers': function() {
return _.reduce(dbot.db.knownUsers, function(memo, function(server, name) {
memo[name] = server.users;
}, {}, this);
}, {}, this));
},
'isKnownUser': function(server, nick) {