From: pk910 Date: Fri, 4 Jan 2013 20:20:34 +0000 (+0100) Subject: updated configuration block comment X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=f7a06e8982696569b65b41cb1e75e7e10a9f8ca8 updated configuration block comment --- diff --git a/src/mod-hostserv.c b/src/mod-hostserv.c index 56ef745..4d16996 100644 --- a/src/mod-hostserv.c +++ b/src/mod-hostserv.c @@ -23,7 +23,10 @@ * "hostserv" { * "nick" "HostServ"; * "modes" "+iok"; - "toplevel_access" "600"; + * "toplevel_access" "600"; + * "fallback_other_assignment" "1"; //fall back to another assignment when active assignment gets removed + * "manager_can_del_toplevel" "0"; //managers of a toplevel group may delete the whole group + * "manager_can_del_secondlevel" "0"; //managers of a secondlevel group may delete the whole group * }; * }; *