diff options
author | Melanie | 2010-01-14 01:20:07 +0000 |
---|---|---|
committer | Melanie | 2010-01-14 01:20:07 +0000 |
commit | f0152790cf5a330986bec80bb274098d45c721c7 (patch) | |
tree | 913343c67896715c071120d18ffd5ebe093eba50 /bin/OpenSim.ini.example | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Fix a bad error message (diff) | |
download | opensim-SC-f0152790cf5a330986bec80bb274098d45c721c7.zip opensim-SC-f0152790cf5a330986bec80bb274098d45c721c7.tar.gz opensim-SC-f0152790cf5a330986bec80bb274098d45c721c7.tar.bz2 opensim-SC-f0152790cf5a330986bec80bb274098d45c721c7.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to '')
-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 | ||