diff --git a/modules/users/api.js b/modules/users/api.js index bfec8d5..d894f4c 100644 --- a/modules/users/api.js +++ b/modules/users/api.js @@ -145,6 +145,9 @@ var api = function(dbot) { api['getChannel'].external = true; api['getChannel'].extMap = [ 'server', 'channel', 'callback' ]; + api['getAllUsers'].external = true; + api['getAllUsers'].extMap = [ 'callback' ]; + return api; };