Difference between revisions of "EjectGroupMemberRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
(One intermediate revision by the same user not shown)
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.  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.