mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
several changes to llIsFriend and related methods
This commit is contained in:
@@ -100,5 +100,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void CacheFriendsOnline(UUID userID, List<UUID> friendsOnline, bool online);
|
||||
void CacheFriendOnline(UUID userID, UUID friendOnline, bool online);
|
||||
List<UUID> GetCachedFriendsOnline(UUID userID);
|
||||
bool IsFriend(UUID userID, UUID friendID);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user