diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 401abf0..348aaa2 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1318,6 +1318,11 @@ | |||
1318 | ; If false then gods cannot execute these functions either. | 1318 | ; If false then gods cannot execute these functions either. |
1319 | AllowGodFunctions = false | 1319 | AllowGodFunctions = false |
1320 | 1320 | ||
1321 | ; Restrict the email address used by llEmail to the address associated with the avatars user account? | ||
1322 | ; If true then llEmail will only send email to the address in the user account of the avatar who owns the object containing the script. | ||
1323 | ; If false then email may be sent to any valid email address. | ||
1324 | RestrictEmail = false | ||
1325 | |||
1321 | ; Maximum number of llListen events we allow over the entire region. | 1326 | ; Maximum number of llListen events we allow over the entire region. |
1322 | ; Set this to 0 to have no limit imposed | 1327 | ; Set this to 0 to have no limit imposed |
1323 | max_listens_per_region = 1000 | 1328 | max_listens_per_region = 1000 |