add get group by name method to IGroupsModule

This commit is contained in:
Justin Clark-Casey (justincc)
2010-03-25 22:47:52 +00:00
parent 19c659ca99
commit f0703cad2c
3 changed files with 53 additions and 13 deletions

View File

@@ -470,7 +470,6 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
XmlRpcCall(requestID, "groups.removeAgentFromGroupRole", param);
}
public List<DirGroupsReplyData> FindGroups(GroupRequestID requestID, string search)
{
Hashtable param = new Hashtable();