aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDr Scofield2008-10-21 18:05:03 +0000
committerDr Scofield2008-10-21 18:05:03 +0000
commit6df1517b1f68318fbb2720eba1f2efc221e2c402 (patch)
treeaf4a411f4073789bf6c539f9a903cbc8b01bf85f /bin
parentadding "welcome" support to Concierge: allows to specify via (diff)
downloadopensim-SC_OLD-6df1517b1f68318fbb2720eba1f2efc221e2c402.zip
opensim-SC_OLD-6df1517b1f68318fbb2720eba1f2efc221e2c402.tar.gz
opensim-SC_OLD-6df1517b1f68318fbb2720eba1f2efc221e2c402.tar.bz2
opensim-SC_OLD-6df1517b1f68318fbb2720eba1f2efc221e2c402.tar.xz
fixing OpenSim.ini.example for IRC, adding example for Concierge.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example18
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"
791enabled = false 791enabled = false
792 792
793; name of the concierge 793; name of the concierge
794whoami = "the go-fer" 794whoami = "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
798regions = "^MeetingSpace-" 798regions = "^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
806welcomes = /path/to/welcome/template/directory