HGFriendsModule: Added optional user level based restriction to send friendship invitations to foreign users.

This commit is contained in:
Snoopy Pfeffer
2012-04-11 18:52:07 +02:00
parent f2ede8c7e0
commit 1f4d3d3582
3 changed files with 28 additions and 4 deletions

View File

@@ -61,6 +61,10 @@
;; uncomment the next line. You may want to do this on sims that have licensed content.
; OutboundPermission = False
[HGFriendsModule]
; User level required to be able to send friendship invitations to foreign users
;LevelHGFriends = 0;
[GridService]
;; For in-memory region storage (default)
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"