Difference between revisions of "EjectGroupMemberRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 22: Line 21:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used for for ejecting group members.  The user requesting the ejection must have the power to eject users in the group.  The ejectees also must be in the group.
[[Category:Messages]]
[[Category:Messages]]

Revision as of 12:53, 12 December 2006

Message Layout

{
	EjectGroupMemberRequest Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		GroupData		Single
		{	GroupID		LLUUID	}
	}
	{
		EjectData		Variable
		{	EjecteeID	LLUUID	}
	}
}

Usage and Notes

Used for for ejecting group members. The user requesting the ejection must have the power to eject users in the group. The ejectees also must be in the group.