mirror of
https://github.com/reality/dbot.git
synced 2024-12-26 04:32:37 +01:00
whoops
This commit is contained in:
parent
b940b6f913
commit
909dd61982
@ -43,7 +43,7 @@ var api = function(dbot) {
|
|||||||
'getAllUsers': function() {
|
'getAllUsers': function() {
|
||||||
return _.reduce(dbot.db.knownUsers, function(memo, function(server, name) {
|
return _.reduce(dbot.db.knownUsers, function(memo, function(server, name) {
|
||||||
memo[name] = server.users;
|
memo[name] = server.users;
|
||||||
}, {}, this);
|
}, {}, this));
|
||||||
},
|
},
|
||||||
|
|
||||||
'isKnownUser': function(server, nick) {
|
'isKnownUser': function(server, nick) {
|
||||||
|
Loading…
Reference in New Issue
Block a user