diff options
author | Justin Clarke Casey | 2009-02-02 17:27:23 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-02 17:27:23 +0000 |
commit | 176920f8d3ddf8dd419e58e059d864f04e74a538 (patch) | |
tree | 4f5ffac819017046f11a70250c1d68f44d41c005 /bin | |
parent | * Stop the instant message module from trying to register for the message tra... (diff) | |
download | opensim-SC_OLD-176920f8d3ddf8dd419e58e059d864f04e74a538.zip opensim-SC_OLD-176920f8d3ddf8dd419e58e059d864f04e74a538.tar.gz opensim-SC_OLD-176920f8d3ddf8dd419e58e059d864f04e74a538.tar.bz2 opensim-SC_OLD-176920f8d3ddf8dd419e58e059d864f04e74a538.tar.xz |
* Make it more obvious that there is an enabled switch for chat in OpenSim.ini.example.
* Add default information for other chat settings
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 98da6ec..ebca45d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -296,8 +296,16 @@ InterregionComms = "RESTComms" | |||
296 | 296 | ||
297 | 297 | ||
298 | [Chat] | 298 | [Chat] |
299 | ; Controls whether the chat module is enabled. Default is true. | ||
300 | enabled = true; | ||
301 | |||
302 | ; Distance in meters that whispers should travel. Default is 10m | ||
299 | whisper_distance = 10 | 303 | whisper_distance = 10 |
304 | |||
305 | ; Distance in meters that ordinary chat should travel. Default is 30m | ||
300 | say_distance = 30 | 306 | say_distance = 30 |
307 | |||
308 | ; Distance in meters that shouts should travel. Default is 100m | ||
301 | shout_distance = 100 | 309 | shout_distance = 100 |
302 | 310 | ||
303 | 311 | ||
@@ -988,4 +996,4 @@ InterregionComms = "RESTComms" | |||
988 | active_trees = false | 996 | active_trees = false |
989 | 997 | ||
990 | ; Density of tree population | 998 | ; Density of tree population |
991 | tree_density = 1000.0 \ No newline at end of file | 999 | tree_density = 1000.0 |