diff options
author | Adam <Adam@anope.org> | 2010-11-15 20:23:43 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-12 19:33:58 -0500 |
commit | 872bc3fa5e696e5e05ec98bdadec309185c48419 (patch) | |
tree | 1ffa2bd25488f95f8717b2faa4cc686dec868ef7 /src/language.cpp | |
parent | 1625a5af0ce1368e46705a2f72578eda463f3650 (diff) |
Allow users to remove their own access in channels
Diffstat (limited to 'src/language.cpp')
-rw-r--r-- | src/language.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/language.cpp b/src/language.cpp index 4a89ac626..c136b02fe 100644 --- a/src/language.cpp +++ b/src/language.cpp @@ -3865,6 +3865,8 @@ const char *const language_strings[LANG_STRING_COUNT] = { "The ACCESS DEL command removes the given nick from the\n" "access list. If a list of entry numbers is given, those\n" "entries are deleted. (See the example for LIST below.)\n" + "You may remove yourself from an access list, even if you\n" + "do not have access to modify that list otherwise.\n" " \n" "The ACCESS LIST command displays the access list. If\n" "a wildcard mask is given, only those entries matching the\n" |