Mute List

From Second Life Wiki
Revision as of 10:49, 13 June 2007 by Able Whitman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>
  • MuteLLUUID is the LLUUID of the object or agent that is muted, and has a maximum length of 254 characters (although practically an LLUUID string is never longer than 36 characters).
  • MuteName is the name of the object or agent that is muted, and has a maximum length of 254 characters.
  • MuteType is one of the valid mute types.

Mute Types

Recognized MuteTypes in the mute list
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