summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniel Vassdal <shutter@canternet.org>2014-03-05 15:58:55 -0800
committerDaniel Vassdal <shutter@canternet.org>2014-03-06 04:55:30 -0800
commit051a42b547ee5ec40be09f5dc9fce2f202792ada (patch)
treef9e08f2ecfc9beb5a4a070e7ad0b721b2b73228d /data
parent220e2782136f47edd3504b196659ade936b6846b (diff)
hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be per account rather than nick.
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"; }
/*