aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-02-02 17:33:47 +0000
committerJustin Clarke Casey2009-02-02 17:33:47 +0000
commita4d70e9aad164e36a8ff775f12a5efb177b63c9c (patch)
tree0cd64db2a8728e3cb8f552b39260644c2445950d
parent* Make it more obvious that there is an enabled switch for chat in OpenSim.in... (diff)
downloadopensim-SC_OLD-a4d70e9aad164e36a8ff775f12a5efb177b63c9c.zip
opensim-SC_OLD-a4d70e9aad164e36a8ff775f12a5efb177b63c9c.tar.gz
opensim-SC_OLD-a4d70e9aad164e36a8ff775f12a5efb177b63c9c.tar.bz2
opensim-SC_OLD-a4d70e9aad164e36a8ff775f12a5efb177b63c9c.tar.xz
* Make the fact that there is a setting to control which instant message module is used explicit in OpenSim.ini.example
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index ebca45d..f080610 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -309,6 +309,12 @@ InterregionComms = "RESTComms"
309 shout_distance = 100 309 shout_distance = 100
310 310
311 311
312[Messaging]
313 ; Control which region module is used for instant messaging.
314 ; Default is InstantMessageModule (this is the name of the core IM module as well as the setting)
315 InstantMessageModule = InstantMessageModule
316
317
312[ODEPhysicsSettings] 318[ODEPhysicsSettings]
313 ;## 319 ;##
314 ;## World Settings 320 ;## World Settings