diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 16caa0c..6315d28 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -404,12 +404,12 @@ flush-on-error=true | |||
404 | ;report_clients = true | 404 | ;report_clients = true |
405 | ;; relay private chat connections | 405 | ;; relay private chat connections |
406 | ;; relay_private_channels = true: will relay IRC chat from/to private in-world channels | 406 | ;; relay_private_channels = true: will relay IRC chat from/to private in-world channels |
407 | ;; relay_channel_out -- channel to send messages out to the IRC bridge | 407 | ;; relay_private_channel_out -- channel to send messages out to the IRC bridge |
408 | ;; relay_channel_in -- channel to receive message from the IRC bridge | 408 | ;; relay_private_channel_in -- channel to receive message from the IRC bridge |
409 | ;; access_password -- simple security device | 409 | ;; access_password -- simple security device |
410 | ;relay_private_channels = false | 410 | ;relay_private_channels = false |
411 | ;relay_channel_in = 2226 | 411 | ;relay_private_channel_in = 2226 |
412 | ;relay_channel_out = 2225 | 412 | ;relay_private_channel_out = 2225 |
413 | ;access_password = foobar | 413 | ;access_password = foobar |
414 | 414 | ||
415 | ;fallback_region = name of "default" region | 415 | ;fallback_region = name of "default" region |
@@ -791,8 +791,16 @@ ogp_lastname_suffix="_EXTERNAL" | |||
791 | enabled = false | 791 | enabled = false |
792 | 792 | ||
793 | ; name of the concierge | 793 | ; name of the concierge |
794 | whoami = "the go-fer" | 794 | whoami = "jeeves" |
795 | 795 | ||
796 | ; regex specifying for which regions concierge service is desired; if | 796 | ; regex specifying for which regions concierge service is desired; if |
797 | ; empty, then for all | 797 | ; empty, then for all |
798 | regions = "^MeetingSpace-" | 798 | regions = "^MeetingSpace-" |
799 | |||
800 | ; for each region that matches the regions regexp you can provide | ||
801 | ; (optionally) a welcome template using format substitution: | ||
802 | : {0} is replaced with the name of the avatar entering the region | ||
803 | : {1} is replaced with the name of the region | ||
804 | : {2} is replaced with the name of the concierge (whoami variable above) | ||
805 | |||
806 | welcomes = /path/to/welcome/template/directory | ||