fixing OpenSim.ini.example for IRC, adding example for Concierge.

0.6.0-stable
Dr Scofield 2008-10-21 18:05:03 +00:00
parent 2a506f0cb2
commit 6df1517b1f
1 changed files with 13 additions and 5 deletions

View File

@ -404,12 +404,12 @@ flush-on-error=true
;report_clients = true ;report_clients = true
;; relay private chat connections ;; relay private chat connections
;; relay_private_channels = true: will relay IRC chat from/to private in-world channels ;; relay_private_channels = true: will relay IRC chat from/to private in-world channels
;; relay_channel_out -- channel to send messages out to the IRC bridge ;; relay_private_channel_out -- channel to send messages out to the IRC bridge
;; relay_channel_in -- channel to receive message from the IRC bridge ;; relay_private_channel_in -- channel to receive message from the IRC bridge
;; access_password -- simple security device ;; access_password -- simple security device
;relay_private_channels = false ;relay_private_channels = false
;relay_channel_in = 2226 ;relay_private_channel_in = 2226
;relay_channel_out = 2225 ;relay_private_channel_out = 2225
;access_password = foobar ;access_password = foobar
;fallback_region = name of "default" region ;fallback_region = name of "default" region
@ -791,8 +791,16 @@ ogp_lastname_suffix="_EXTERNAL"
enabled = false enabled = false
; name of the concierge ; name of the concierge
whoami = "the go-fer" whoami = "jeeves"
; regex specifying for which regions concierge service is desired; if ; regex specifying for which regions concierge service is desired; if
; empty, then for all ; empty, then for all
regions = "^MeetingSpace-" 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)
welcomes = /path/to/welcome/template/directory