From 53502e8694af768de4a8b85bc8ecb2c192ba097f Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Sat, 13 Jun 2015 14:41:50 -0700
Subject: Added example of how to configure the GodNames module

---
 bin/OpenSim.ini.example | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index b30436a..28a8dc2 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1124,6 +1124,15 @@
   ;; Disabled when unset.
   ;; URL = ${Const|BaseURL}:${Const|PrivatePort}
 
+;;
+;; Optional module to highlight God names in the viewer.
+;; Uncomment and costumize appropriately if you want this behavior.
+;;
+;[GodNames]
+;	Enabled = false
+;	FullNames = "Test User, Foo Bar"
+;	Surnames = "Kryztlsk"
+
 [Architecture]
     ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini
     ;; Uncomment one of the following includes as required.  For instance, to create a standalone OpenSim,
-- 
cgit v1.1