From 6d5f79c29f8df86c0183fed3fe094cf80fddc182 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 11 Mar 2009 21:30:30 +0000 Subject: * Preliminary preview of a split of a split for OpenSim.ini.example into separate .ini.example files in a config/ directory --- .../region/user/chat/chat.ini.example | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bin/config.preview.donotuseyet/region/user/chat/chat.ini.example (limited to 'bin/config.preview.donotuseyet/region/user/chat/chat.ini.example') diff --git a/bin/config.preview.donotuseyet/region/user/chat/chat.ini.example b/bin/config.preview.donotuseyet/region/user/chat/chat.ini.example new file mode 100644 index 0000000..4e39256 --- /dev/null +++ b/bin/config.preview.donotuseyet/region/user/chat/chat.ini.example @@ -0,0 +1,20 @@ +; This file shows initialization defaults for OpenSimulator. If you want to override these +; please copy/rename this file from .ini.example file to .ini. For example +; +; chat.ini.example => chat.ini +; +; or you can copy and paste the settings from this file directly to bin/OpenSim.ini +; + +[Chat] + ; Controls whether the chat module is enabled. Default is true. + enabled = true; + + ; Distance in meters that whispers should travel. Default is 10m + whisper_distance = 10 + + ; Distance in meters that ordinary chat should travel. Default is 30m + say_distance = 30 + + ; Distance in meters that shouts should travel. Default is 100m + shout_distance = 100 -- cgit v1.1