diff options
author | Adam <Adam@anope.org> | 2013-12-26 15:18:47 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-12-26 15:19:48 -0500 |
commit | 0c9750a22b51b64e3b020d12fccdd53da65df93c (patch) | |
tree | a7fa39ef80bacc6ff2c6ee327e1ae3c2e73d8e4d /modules/commands/cs_access.cpp | |
parent | 69c5aeca5771d28e0394c32907663f8a517f900d (diff) |
Default the founder privilege to level 10000 as I had originally intended. Document set fonder usage in cs_levels help.
Diffstat (limited to 'modules/commands/cs_access.cpp')
-rw-r--r-- | modules/commands/cs_access.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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" |