forked from GitHub/dbot
getallusers external
This commit is contained in:
parent
135b6ecbba
commit
ecd5b4b23c
@ -145,6 +145,9 @@ var api = function(dbot) {
|
|||||||
api['getChannel'].external = true;
|
api['getChannel'].external = true;
|
||||||
api['getChannel'].extMap = [ 'server', 'channel', 'callback' ];
|
api['getChannel'].extMap = [ 'server', 'channel', 'callback' ];
|
||||||
|
|
||||||
|
api['getAllUsers'].external = true;
|
||||||
|
api['getAllUsers'].extMap = [ 'callback' ];
|
||||||
|
|
||||||
return api;
|
return api;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user