From 029c7a0eab923c507903c861e6db54152a590ffe Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Wed, 22 Oct 2008 17:22:25 +0000 Subject: - Fix 3 comments starting with : instead of ; --- bin/OpenSim.ini.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f71fa65..08dc27e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -804,8 +804,8 @@ regions = "^MeetingSpace-" ; for each region that matches the regions regexp you can provide ; (optionally) a welcome template using format substitution: -: {0} is replaced with the name of the avatar entering the region -: {1} is replaced with the name of the region -: {2} is replaced with the name of the concierge (whoami variable above) +; {0} is replaced with the name of the avatar entering the region +; {1} is replaced with the name of the region +; {2} is replaced with the name of the concierge (whoami variable above) welcomes = /path/to/welcome/template/directory -- cgit v1.1