1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Default the founder privilege to level 10000 as I had originally intended. Document set fonder usage in cs_levels help.

This commit is contained in:
Adam
2013-12-26 15:18:47 -05:00
parent 69c5aeca57
commit 0c9750a22b
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -403,7 +403,7 @@ privilege
{
name = "FOUNDER"
rank = 360
level = "founder"
level = 10000
flag = "F"
xop = "QOP"
}
+2 -1
View File
@@ -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"