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