Difference between revisions of "EjectUser"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 19: Line 18:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used by the client to eject a target from a parcel.
{| class="sortable" {{Prettytable}}
|- {{Hl2}}
! Flag
! Purpose
|-
| 0x01
| Add to ban list after ejection.
|}
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 20:55, 2 July 2008

Message Layout

{
	EjectUser	Low		NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		Data		Single
		{	TargetID	LLUUID	}
		{	Flags		U32		}
	}
}

Usage and Notes

Used by the client to eject a target from a parcel.

Flag Purpose
0x01 Add to ban list after ejection.