aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2018-10-22 02:18:55 +0100
committerUbitUmarov2018-10-22 02:18:55 +0100
commit050d53fe5bb8b4b266badf6fc5cdaebfb9320a2b (patch)
tree62fbcb4b82a555a7b3eedc77552ab09ddcad52ae
parentfix wrong error message in mutelist connector (diff)
downloadopensim-SC-050d53fe5bb8b4b266badf6fc5cdaebfb9320a2b.zip
opensim-SC-050d53fe5bb8b4b266badf6fc5cdaebfb9320a2b.tar.gz
opensim-SC-050d53fe5bb8b4b266badf6fc5cdaebfb9320a2b.tar.bz2
opensim-SC-050d53fe5bb8b4b266badf6fc5cdaebfb9320a2b.tar.xz
fix opensim.ini.examplewq coments on mutes module
-rw-r--r--bin/OpenSim.ini.example11
1 files changed, 1 insertions, 10 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 2b241f5..b2299f9 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -730,19 +730,10 @@
730 ; StorageProvider = OpenSim.Data.MySQL.dll 730 ; StorageProvider = OpenSim.Data.MySQL.dll
731 731
732 ; Mute list handler 732 ; Mute list handler
733 ; the provided MuteListModule is just a Dummy
734 ; you will need a external module for proper suport.
735 ; if you keep both 2 following settings comment, viewers will use mutes in their caches
736 ; if you uncoment both (url is ignored) the mutes will be deleted at login on this instance regions
737 ; WARNING: viewers mutes cache seems to shared by all grids, including SL
738 ; this may cause some confusion.
739
740 ;# {MuteListModule} {MuteListModule:MuteListModule} {} {} None 733 ;# {MuteListModule} {MuteListModule:MuteListModule} {} {} None
734 ; Disabled by default
741 ; MuteListModule = MuteListModule 735 ; MuteListModule = MuteListModule
742 736
743 ;# {MuteListURL} {MuteListModule:MuteListModule} {} {} http://yourserver/Mute.php
744 ; MuteListURL = http://yourserver/Mute.php
745
746 ;; Control whether group invites and notices are stored for offline users. 737 ;; Control whether group invites and notices are stored for offline users.
747 ;; Default is true. 738 ;; Default is true.
748 ;; This applies to both core groups module. 739 ;; This applies to both core groups module.