Get or Set the Agent Access (Maturity Rating)

25 January 2017

  • Release 9.157 - added.
agentaccess (Commands)
TypeCorrade progressive command
Commandagentaccess
DescriptionThe agentaccess command can be used to set Corrade's maturity rating sent to the grid.
Permissionsgrooming
Parametersgroup, password, action
Last ChangesRelease 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.