1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 23:26:39 +02:00

Backport various minor config changes from 2.1.

This commit is contained in:
Sadie Powell
2025-06-25 10:04:29 +01:00
parent 4b15ca0232
commit 0bb1bc5c67
9 changed files with 178 additions and 154 deletions
+3 -3
View File
@@ -68,7 +68,7 @@ module
/*
* If enabled, vhosts are activated on users immediately when they are set.
*/
activate_on_set = false
activate_on_set = no
}
/*
@@ -110,12 +110,12 @@ module
/*
* Upon nickserv/group, this option syncs the nick's main vHost to the grouped nick.
*/
syncongroup = false
syncongroup = no
/*
* This makes vhosts act as if they are per account.
*/
synconset = false
synconset = no
}
command { service = "HostServ"; name = "GROUP"; command = "hostserv/group"; }