21 May 2016
target
.activate (Commands) | |
---|---|
Type | Corrade progressive command |
Command | activate |
Parameters | group , password |
Description | The activate command activates either a configured group or another group that Corrade belongs to in case the target parameter is specified. |
Permissions | grooming |
Last Changes | Release 9.78 - added optional parameter target . |
The activate
command activates either a configured group or another group that Corrade belongs to in case the target
parameter is specified.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
activate | group , password | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "activate", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD) ] ) ); |
Optional Parameter | Possible Value | Description |
---|---|---|
target | A group name or UUID. | The group to act upon. If this parameter is omitted, then the command acts upon the configured group passed to the group parameter. |
For de-activating all groups (equivalent to setting the group to none
in other viewers) the deactivate command can be used.