21 lines
676 B
Plaintext
21 lines
676 B
Plaintext
; 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
|