diff options
| author | Adam <Adam@anope.org> | 2013-05-08 10:40:46 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-05-08 10:40:46 -0400 |
| commit | d7e2ab688b73a9316a75fd8cd39dc676a6e39a7f (patch) | |
| tree | a655ccc76b7b57c2b7ba71226543775d35d6e4dd /data | |
| parent | 5e7085130eb245e6ab9d44c04816ad62a324cd43 (diff) | |
Add activate_on_set option for hostserv
Diffstat (limited to 'data')
| -rw-r--r-- | data/hostserv.example.conf | 5 |
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 } /* |
