Get or Set Typing Status
typing (Commands) |
Type | Corrade progressive command |
Command | typing |
Description | The typing command can mark Corrade as typing in local chat. |
Permissions | grooming |
Parameters | group , password , action |
Last Changes | Release 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. |