summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-05-08 10:40:46 -0400
committerAdam <Adam@anope.org>2013-05-08 10:40:46 -0400
commitd7e2ab688b73a9316a75fd8cd39dc676a6e39a7f (patch)
treea655ccc76b7b57c2b7ba71226543775d35d6e4dd /data
parent5e7085130eb245e6ab9d44c04816ad62a324cd43 (diff)
Add activate_on_set option for hostserv
Diffstat (limited to 'data')
-rw-r--r--data/hostserv.example.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/hostserv.example.conf b/data/hostserv.example.conf
index 10063ae7d..95957b7c1 100644
--- a/data/hostserv.example.conf
+++ b/data/hostserv.example.conf
@@ -64,6 +64,11 @@ module
* The name of the client that should be HostServ.
*/
client = "HostServ"
+
+ /*
+ * If enabled, vhosts are activated on users immediately when they are set.
+ */
+ activate_on_set = false
}
/*