UpdateMuteListEntry

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	UpdateMuteListEntry Low NotTrusted Unencoded
	{
		AgentData 		Single
		{   AgentID     LLUUID  	}
		{	SessionID	LLUUID		}
	}
	{
		MuteData	Single
		{	MuteID		LLUUID		}
		{	MuteName	Variable 1	}
		{	MuteType	S32			}
		{	MuteFlags	U32			}
	}
}

Usage and Notes

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