Logout

<data Commands> Type: Corrade progressive command Command[wiki]: logout Description[wiki]: The logout command allows an authenticated group that has the system permission to make Corrade log out of the account. Permissions[wiki]: system Parameters[wiki]: group, password Last Changes[wiki]: none </data>

The logout command allows an authenticated group that has the system permission to make Corrade log out of the account.

Command Required Parameters Required Corrade Permissions Example
logout group, password system
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // shutdown Corrade
            "command", "logout",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);

Notes