From 051a42b547ee5ec40be09f5dc9fce2f202792ada Mon Sep 17 00:00:00 2001 From: Daniel Vassdal Date: Wed, 5 Mar 2014 15:58:55 -0800 Subject: hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be per account rather than nick. --- data/hostserv.example.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'data') 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"; } /* -- cgit