diff options
Diffstat (limited to 'data/hostserv.example.conf')
-rw-r--r-- | data/hostserv.example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/hostserv.example.conf b/data/hostserv.example.conf index e13e8fdd1..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"; } @@ -161,13 +161,13 @@ module name = "hs_request" /* - * If set, Services will send a memo to the user requesting a vHost when it's been + * If set, Anope will send a memo to the user requesting a vHost when it's been * approved or rejected. */ #memouser = yes /* - * If set, Services will send a memo to all Services staff when a new vHost is requested. + * If set, Anope will send a memo to all services staff when a new vHost is requested. */ #memooper = yes } |