diff options
author | Sadie Powell <sadie@witchery.services> | 2022-02-05 23:11:39 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-02-05 23:11:39 +0000 |
commit | b7e85f5161104d203a09494070336febdfbd2909 (patch) | |
tree | 110ace3a7066bf54a5c7516576faa7fc3be02d6b | |
parent | 773ed39d5da0018661149edc58619effdccbe0e1 (diff) |
Default synconset and syncongroup to on.
-rw-r--r-- | data/hostserv.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/hostserv.example.conf b/data/hostserv.example.conf index fb7e66eab..0f74ba467 100644 --- a/data/hostserv.example.conf +++ b/data/hostserv.example.conf @@ -110,12 +110,12 @@ module /* * Upon nickserv/group, this option syncs the nick's main vHost to the grouped nick. */ - syncongroup = false + syncongroup = true /* * This makes vhosts act as if they are per account. */ - synconset = false + synconset = true } command { service = "HostServ"; name = "GROUP"; command = "hostserv/group"; } |