3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-23 08:50:44 +01:00

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