- Fix 3 comments starting with : instead of ;
parent
80689c98b4
commit
029c7a0eab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue