From a4d70e9aad164e36a8ff775f12a5efb177b63c9c Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 2 Feb 2009 17:33:47 +0000 Subject: * Make the fact that there is a setting to control which instant message module is used explicit in OpenSim.ini.example --- bin/OpenSim.ini.example | 6 ++++++ 1 file changed, 6 insertions(+) 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" shout_distance = 100 +[Messaging] + ; Control which region module is used for instant messaging. + ; Default is InstantMessageModule (this is the name of the core IM module as well as the setting) + InstantMessageModule = InstantMessageModule + + [ODEPhysicsSettings] ;## ;## World Settings -- cgit v1.1