summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/chanserv.example.conf2
-rw-r--r--modules/commands/cs_access.cpp3
2 files changed, 3 insertions, 2 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index 4a07d0082..7810c20e6 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -403,7 +403,7 @@ privilege
{
name = "FOUNDER"
rank = 360
- level = "founder"
+ level = 10000
flag = "F"
xop = "QOP"
}
diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp
index 5d5b1169c..16311339b 100644
--- a/modules/commands/cs_access.cpp
+++ b/modules/commands/cs_access.cpp
@@ -814,7 +814,8 @@ class CommandCSLevels : public Command
"functions to be changed. \002LEVELS DISABLE\002 (or \002DIS\002 for short)\n"
"disables an automatic feature or disallows access to a\n"
"function by anyone, INCLUDING the founder (although, the founder\n"
- "can always reenable it).\n"
+ "can always reenable it). Use \002LEVELS SET founder\002 to make a level\n"
+ "founder only.\n"
" \n"
"\002LEVELS LIST\002 shows the current levels for each function or\n"
"group of functions. \002LEVELS RESET\002 resets the levels to the\n"