diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs index 67c88dd..620ae4f 100644 --- a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | |||
@@ -57,7 +57,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
57 | void GroupRoleUpdate(IClientAPI remoteClient, UUID GroupID, UUID RoleID, string name, string description, string title, ulong powers, byte updateType); | 57 | void GroupRoleUpdate(IClientAPI remoteClient, UUID GroupID, UUID RoleID, string name, string description, string title, ulong powers, byte updateType); |
58 | void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes); | 58 | void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes); |
59 | void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); | 59 | void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); |
60 | void SendGroupNoticeToClient(IClientAPI remoteClient, UUID groupNoticeID, byte dialog); | 60 | GridInstantMessage CreateGroupNoticeIM(UUID agentID, UUID groupNoticeID, byte dialog); |
61 | void SendAgentGroupDataUpdate(IClientAPI remoteClient); | 61 | void SendAgentGroupDataUpdate(IClientAPI remoteClient); |
62 | void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID); | 62 | void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID); |
63 | void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID); | 63 | void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID); |