aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-01-12 20:52:44 +0000
committerJustin Clark-Casey (justincc)2010-01-12 20:52:44 +0000
commit4f2d2c4efa4dff0fff997844c6023741a3d2d641 (patch)
treeb3540df2875ea6a807670faed8c9e142bbb4ee8b /bin
parentAdd the option to reject duplicate region names (diff)
downloadopensim-SC_OLD-4f2d2c4efa4dff0fff997844c6023741a3d2d641.zip
opensim-SC_OLD-4f2d2c4efa4dff0fff997844c6023741a3d2d641.tar.gz
opensim-SC_OLD-4f2d2c4efa4dff0fff997844c6023741a3d2d641.tar.bz2
opensim-SC_OLD-4f2d2c4efa4dff0fff997844c6023741a3d2d641.tar.xz
minor: add a line of documentation to the new ForwardOfflineGroupMessages [Messaging] switch
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 6a117c9..5f6d874 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -482,6 +482,8 @@
482 ; OfflineMessageURL = http://yourserver/Offline.php 482 ; OfflineMessageURL = http://yourserver/Offline.php
483 ; MuteListModule = MuteListModule 483 ; MuteListModule = MuteListModule
484 ; MuteListURL = http://yourserver/Mute.php 484 ; MuteListURL = http://yourserver/Mute.php
485
486 ; Control whether group messages are forwarded to offline users. Default is true.
485 ; ForwardOfflineGroupMessages = true 487 ; ForwardOfflineGroupMessages = true
486 488
487 489