3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

ok fuck you

This commit is contained in:
reality 2013-01-22 01:00:56 +00:00
parent b8546358fb
commit d059732cb8

View File

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