mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that handler from both Groups modules in core, and replaced them with an operation on IGroupsModule.
This commit is contained in:
@@ -97,5 +97,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void InviteGroupRequest(IClientAPI remoteClient, UUID GroupID, UUID InviteeID, UUID RoleID);
|
||||
void InviteGroup(IClientAPI remoteClient, UUID agentID, UUID GroupID, UUID InviteeID, UUID RoleID);
|
||||
void NotifyChange(UUID GroupID);
|
||||
|
||||
List<DirGroupsReplyData> FindGroups(IClientAPI remoteClient, string query);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user