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:
parent
b8546358fb
commit
d059732cb8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user