diff options
author | Adam <Adam@anope.org> | 2010-11-21 16:56:18 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-12 19:35:30 -0500 |
commit | c5eb349d41ecbc9c961ff2537d9f8985156ab476 (patch) | |
tree | ee4e35d302a77a980134d84934f77b57e69b0348 /src/language.cpp | |
parent | 7790a7f98c56a16e6fed2bf51168881902880c62 (diff) |
Removed the AUTODEOP level, it is unnecessary now because of cs_mode
Diffstat (limited to 'src/language.cpp')
-rw-r--r-- | src/language.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/language.cpp b/src/language.cpp index 31eb1f1f8..5a94601eb 100644 --- a/src/language.cpp +++ b/src/language.cpp @@ -707,8 +707,6 @@ const char *const language_strings[LANG_STRING_COUNT] = { _("Automatic mode +h"), /* CHAN_LEVEL_AUTOPROTECT */ _("Automatic mode +a"), - /* CHAN_LEVEL_AUTODEOP */ - _("Channel operator status disallowed"), /* CHAN_LEVEL_NOJOIN */ _("Not allowed to join channel"), /* CHAN_LEVEL_INVITE */ @@ -3929,7 +3927,7 @@ const char *const language_strings[LANG_STRING_COUNT] = { "set, see HELP LEVELS DESC."), /* CHAN_HELP_LEVELS_DESC */ _("The following feature/function names are understood. Note\n" - "that the levels for AUTODEOP and NOJOIN are maximum levels,\n" + "that the leves for NOJOIN is the maximum level,\n" "while all others are minimum levels."), /* CHAN_HELP_LEVELS_DESC_FORMAT */ _(" %-*s %s"), |