Deactivate all Groups

11 September 2016

  • Release 9.122 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: deactivate Parameters[wiki]: group, password Description[wiki]: The deactivate command can be used to deactivate all groups (equivalent to setting the group to none in other viewers). Permissions[wiki]: grooming Last Changes[wiki]: Release 9.122 - added. </data>

The deactivate command can be used to deactivate all groups (equivalent to setting the group to none in other viewers).

Command Required Parameters Required Corrade Permissions Example
deactivate group, password grooming
llInstantMessage(CORRADE, 
    wasKeyValueEncode(
        [
            "command", "deactivate",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);

The command is the converse of the activate command,