summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
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"; }
/*