diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index fa2a4a1..7ee3e51 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -485,6 +485,8 @@ | |||
485 | ; OfflineMessageURL = http://yourserver/Offline.php | 485 | ; OfflineMessageURL = http://yourserver/Offline.php |
486 | ; MuteListModule = MuteListModule | 486 | ; MuteListModule = MuteListModule |
487 | ; MuteListURL = http://yourserver/Mute.php | 487 | ; MuteListURL = http://yourserver/Mute.php |
488 | |||
489 | ; Control whether group messages are forwarded to offline users. Default is true. | ||
488 | ; ForwardOfflineGroupMessages = true | 490 | ; ForwardOfflineGroupMessages = true |
489 | 491 | ||
490 | 492 | ||
@@ -996,6 +998,11 @@ | |||
996 | ; Compile debug info (line numbers) into the script assemblies | 998 | ; Compile debug info (line numbers) into the script assemblies |
997 | CompileWithDebugInformation = true | 999 | CompileWithDebugInformation = true |
998 | 1000 | ||
1001 | ; Allow the user of mod* functions. This allows a script to pass messages | ||
1002 | ; to a region module via the modSendCommand() function | ||
1003 | ; Default is false | ||
1004 | AllowMODFunctions = false | ||
1005 | |||
999 | ; Allow the use of os* functions (some are dangerous) | 1006 | ; Allow the use of os* functions (some are dangerous) |
1000 | AllowOSFunctions = false | 1007 | AllowOSFunctions = false |
1001 | 1008 | ||