1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 22:06:38 +02:00

Default synconset and syncongroup to on.

This commit is contained in:
Sadie Powell
2022-02-05 23:11:39 +00:00
parent 773ed39d5d
commit b7e85f5161
+2 -2
View File
@@ -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"; }