From 4f2d2c4efa4dff0fff997844c6023741a3d2d641 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Tue, 12 Jan 2010 20:52:44 +0000 Subject: [PATCH] minor: add a line of documentation to the new ForwardOfflineGroupMessages [Messaging] switch --- bin/OpenSim.ini.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6a117c931f..5f6d874d06 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -482,6 +482,8 @@ ; OfflineMessageURL = http://yourserver/Offline.php ; MuteListModule = MuteListModule ; MuteListURL = http://yourserver/Mute.php + + ; Control whether group messages are forwarded to offline users. Default is true. ; ForwardOfflineGroupMessages = true