From 4f1abe3e76421e0e02df908102db61e45fab8779 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Fri, 19 Oct 2007 23:36:27 +0000 Subject: * Whisper, Say and Shout distances are now configurable (what the hell!) --- bin/OpenSim.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index cac063a..598a666 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -39,6 +39,11 @@ user_recv_key = "null" asset_server_url = "http://127.0.0.1:8003" +[Chat] +whisper_distance = 10 +say_distance = 30 +shout_distance = 100 + ; Uncomment the following for IRC bridge ; experimental, so if it breaks... keep both parts... yada yada ; also, not good error detection when it fails -- cgit v1.1