From f7a06e8982696569b65b41cb1e75e7e10a9f8ca8 Mon Sep 17 00:00:00 2001 From: pk910 Date: Fri, 4 Jan 2013 21:20:34 +0100 Subject: [PATCH] updated configuration block comment --- src/mod-hostserv.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 * }; * }; * -- 2.20.1