diff options
author | Homer Horwitz | 2008-10-22 17:22:25 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-10-22 17:22:25 +0000 |
commit | 029c7a0eab923c507903c861e6db54152a590ffe (patch) | |
tree | 55d74f514092314935f04e7b807089bd11a439a8 /bin/OpenSim.ini.example | |
parent | - Added BaseHttpServer.Stop (diff) | |
download | opensim-SC_OLD-029c7a0eab923c507903c861e6db54152a590ffe.zip opensim-SC_OLD-029c7a0eab923c507903c861e6db54152a590ffe.tar.gz opensim-SC_OLD-029c7a0eab923c507903c861e6db54152a590ffe.tar.bz2 opensim-SC_OLD-029c7a0eab923c507903c861e6db54152a590ffe.tar.xz |
- Fix 3 comments starting with : instead of ;
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 6 |
1 files changed, 3 insertions, 3 deletions
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-" | |||
804 | 804 | ||
805 | ; for each region that matches the regions regexp you can provide | 805 | ; for each region that matches the regions regexp you can provide |
806 | ; (optionally) a welcome template using format substitution: | 806 | ; (optionally) a welcome template using format substitution: |
807 | : {0} is replaced with the name of the avatar entering the region | 807 | ; {0} is replaced with the name of the avatar entering the region |
808 | : {1} is replaced with the name of the region | 808 | ; {1} is replaced with the name of the region |
809 | : {2} is replaced with the name of the concierge (whoami variable above) | 809 | ; {2} is replaced with the name of the concierge (whoami variable above) |
810 | 810 | ||
811 | welcomes = /path/to/welcome/template/directory | 811 | welcomes = /path/to/welcome/template/directory |