mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
- Fix 3 comments starting with : instead of ;
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user