getallusers external

This commit is contained in:
reality 2013-04-20 16:34:02 +00:00
parent 135b6ecbba
commit ecd5b4b23c

View File

@ -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;
};