Get or Set the Agent Access (Maturity Rating)
agentaccess (Commands) |
Type | Corrade progressive command |
Command | agentaccess |
Description | The agentaccess command can be used to set Corrade's maturity rating sent to the grid. |
Permissions | grooming |
Parameters | group , password , action |
Last Changes | Release 9.157 - added. |
The agentaccess
command can be used to set Corrade's maturity rating sent to the grid.
Command | Required Parameters | Required Corrade Permissions | Example |
agentaccess | group , password , action | grooming | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
// Set the maturity rating to "Mature"
"command", "agentaccess",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD),
"action", "set",
"access", "M"
]
)
);
|
Parameter | Possible Value | Sub Parameter | Possible Value | Description |
action | set | access | PG | Set the maturity rating to parental guidance required. |
M | Set the maturity rating to mature. |
A | Set the maturity rating to adult. |
get | | | Retrieve the current maturity rating setting. |