diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 08dc27e..8a5bdd7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -411,10 +411,29 @@ flush-on-error=true | |||
411 | ;; relay_private_channels = true: will relay IRC chat from/to private in-world channels | 411 | ;; relay_private_channels = true: will relay IRC chat from/to private in-world channels |
412 | ;; relay_private_channel_out -- channel to send messages out to the IRC bridge | 412 | ;; relay_private_channel_out -- channel to send messages out to the IRC bridge |
413 | ;; relay_private_channel_in -- channel to receive message from the IRC bridge | 413 | ;; relay_private_channel_in -- channel to receive message from the IRC bridge |
414 | ;; relay_chat = false: IRC bridge will not relay normal chat | ||
414 | ;; access_password -- simple security device | 415 | ;; access_password -- simple security device |
416 | ;; | ||
417 | ;; so, to just relay chat from an IRC channel to in-world region and vice versa: | ||
418 | ;; | ||
419 | ;; relay_private_channels = false | ||
420 | ;; relay_chat = true | ||
421 | ;; | ||
422 | ;; to relay chat only to/from private in-world channels: | ||
423 | ;; | ||
424 | ;; relay_chat = false | ||
425 | ;; relay_private_channels = true | ||
426 | ;; relay_private_channel_in = 2226 | ||
427 | ;; relay_private_channel_out = 2225 | ||
428 | ;; | ||
429 | ;; in this example, all chat coming in from IRC will be send out via | ||
430 | ;; in-world channel 2226, and all chat from in-world channel 2225 will | ||
431 | ;; be relayed to the IRC channel. | ||
432 | ;; | ||
415 | ;relay_private_channels = false | 433 | ;relay_private_channels = false |
416 | ;relay_private_channel_in = 2226 | 434 | ;relay_private_channel_in = 2226 |
417 | ;relay_private_channel_out = 2225 | 435 | ;relay_private_channel_out = 2225 |
436 | ;relay_chat = true | ||
418 | ;access_password = foobar | 437 | ;access_password = foobar |
419 | 438 | ||
420 | ;fallback_region = name of "default" region | 439 | ;fallback_region = name of "default" region |
@@ -798,6 +817,9 @@ enabled = false | |||
798 | ; name of the concierge | 817 | ; name of the concierge |
799 | whoami = "jeeves" | 818 | whoami = "jeeves" |
800 | 819 | ||
820 | ; password for updating the welcome message templates via XmlRpc | ||
821 | password = SECRET | ||
822 | |||
801 | ; regex specifying for which regions concierge service is desired; if | 823 | ; regex specifying for which regions concierge service is desired; if |
802 | ; empty, then for all | 824 | ; empty, then for all |
803 | regions = "^MeetingSpace-" | 825 | regions = "^MeetingSpace-" |