Difference between revisions of "EjectGroupMemberRequest"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 21: 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.
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.  One also cannot eject an owner of the group.
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 13:38, 13 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. One also cannot eject an owner of the group.