Get or Set Typing Status

19 May 2015

  • Release 8.12 - added.
typing (Commands)
TypeCorrade progressive command
Commandtyping
DescriptionThe typing command can mark Corrade as typing in local chat.
Permissionsgrooming
Parametersgroup, password, action
Last ChangesRelease 8.12 - added.

The typing command can mark Corrade as typing in local chat.

Command Required Parameters Required Corrade Permissions Example
typing group, password, action grooming
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // mark Corrade as being busy
            "command", "typing",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "action", "enable"
        ]
    )
);
Parameter Possible Value Description
typing enable Turn on typing status.
disable Turn off typing status.
get Get the typing status.