summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <adam@sigterm.info>2014-03-10 07:32:24 -0400
committerAdam <adam@sigterm.info>2014-03-10 07:32:24 -0400
commitca6b3723a93c60ad2f0ec50074189d4bedcf32bc (patch)
treec0c136324a6548c5be01d6ffa8fbabe9a922412e /data
parent23b10860725db1e3116ada6475e3884a1017205c (diff)
parent98cfdd26c48880cfaa973670be72fe99e9462ef5 (diff)
Merge pull request #64 from ShutterQuick/2.0+hsgroupsync
2.0+hsgroupsync
Diffstat (limited to 'data')
-rw-r--r--data/hostserv.example.conf15
1 files changed, 14 insertions, 1 deletions
diff --git a/data/hostserv.example.conf b/data/hostserv.example.conf
index f5109db4c..e13e8fdd1 100644
--- a/data/hostserv.example.conf
+++ b/data/hostserv.example.conf
@@ -103,7 +103,20 @@ command { service = "HostServ"; name = "DELALL"; command = "hostserv/delall"; pe
*
* Used for grouping one vHost to many nicks.
*/
-module { name = "hs_group" }
+module
+{
+ name = "hs_group"
+
+ /*
+ * Upon nickserv/group, this option syncs the nick's main vHost to the grouped nick.
+ */
+ syncongroup = false
+
+ /*
+ * This makes vhosts act as if they are per account.
+ */
+ synconset = false
+}
command { service = "HostServ"; name = "GROUP"; command = "hostserv/group"; }
/*