Mute List
The Mute List file is provided to the viewer by the Second Life service, and contains a list of all the agents and objects muted by the resident logged in to the viewer session.
Mute List Format
The mute list is a text file with the following format:
MuteType<space>MuteLLUUID<space>MuteName<pipe>
Mute Types
| MuteType | Title | Description | MuteLLUUID | MuteName |
|---|---|---|---|---|
| 0 | BY_NAME |
An agent or object muted by name, rather than by ID |
always a null LLUUID | the exact name of the muted object to match |
| 1 | AGENT | A muted agent | LLUUID of the muted agent | FirstName LastName |
| 2 | OBJECT | A muted object | LLUUID of the muted object | Object Name |
| 3 | GROUP | A muted group (unused) | LLUUID of the muted group | Group Name |
See also: Muting Objects and Agents