Mute or Unmute Agents, Objects and Groups
20 August 2016
3 September 2015
mute (Commands) |
Type | Corrade progressive command |
Command | mute |
Description | The mute command can mute agents, objects and groups. |
Permissions | mute |
Parameters | group , password , action , type |
Last Changes | Release 9.116 - the type parameter is now required and the command distinguishes between agents, objects and groups. |
The mute
command can mute agents, objects and groups.
Command | Required Parameters | Required Corrade Permissions | Example |
mute | group , password , action , type | mute | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
// Mute the avatar named
// Flors Resident
"command", "mute",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD),
"action", "mute", // or unmute
// The mute type
"type", "Resident",
"firstname", "Flors",
"lastname", "Resident"
]
)
);
|
Parameter | Possible Value | Parameter | Possible Value | Description |
type | Resident | firstname , lastname (or agent by UUID) | The first and last name of an avatar or the UUID of the avatar to mute or unmute as agent . | Mute or unmute an avatar. |
Group | target | The name or UUID of a group. | Mute or unmute a group. |
ByName | name | A name to mute. | Mute or unmute by name. |
Object | name | The name of the mute. | Mute or unmute an object by name and UUID. |
target | The UUID to mute |
External | name | The name of the mute. | An external mute. |
target | The UUID to mute |
Parameter | Possible Value | Optional Parameter | Possible Value |
action | mute | flags | MuteFlags |
unmute | | |