7 June 2015
listcommands (Commands) | |
---|---|
Type | Corrade progressive command |
Command | listcommands |
Description | The listcommands command returns a CSV list of available commands to the configured group. |
Permissions | none |
Parameters | group , password |
Last Changes | 8.22 - check for economy permission. |
The listcommands
command returns a CSV
list of available commands to the configured group. Note that this means that some commands may not be shown depending on whether the current calling group does not have the necessary permission for them.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
listcommands | group , password | llInstantMessage(CORRADE, wasKeyValueEncode( [ // get a list of available // commands for the group "command", "listcommands", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |