summaryrefslogtreecommitdiff
path: root/src/language.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-15 20:23:43 -0500
committerAdam <Adam@anope.org>2010-12-12 19:33:58 -0500
commit872bc3fa5e696e5e05ec98bdadec309185c48419 (patch)
tree1ffa2bd25488f95f8717b2faa4cc686dec868ef7 /src/language.cpp
parent1625a5af0ce1368e46705a2f72578eda463f3650 (diff)
Allow users to remove their own access in channels
Diffstat (limited to 'src/language.cpp')
-rw-r--r--src/language.cpp2
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"