diff options
author | Adam <Adam@anope.org> | 2010-11-22 13:50:08 -0600 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-12 19:36:18 -0500 |
commit | 9870ee04ddfe0c6c9875b16641109d0f6585c706 (patch) | |
tree | bfdf02e98da39d94a323115c5b87b2a90be86cae /src/language.cpp | |
parent | 1a286397e36b9442e43f67584e026f321a10d552 (diff) |
Removed some unused code paths in some of the modules
Diffstat (limited to 'src/language.cpp')
-rw-r--r-- | src/language.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/language.cpp b/src/language.cpp index 1a42527e9..7554421f0 100644 --- a/src/language.cpp +++ b/src/language.cpp @@ -315,8 +315,6 @@ const char *const language_strings[LANG_STRING_COUNT] = { _("GROUP target password"), /* NICK_GROUP_DISABLED */ _("Sorry, nickname grouping is temporarily disabled."), - /* NICK_GROUP_FAILED */ - _("Sorry, grouping failed."), /* NICK_GROUP_PLEASE_WAIT */ _("Please wait %d seconds before using the GROUP command again."), /* NICK_GROUP_CHANGE_DISABLED */ @@ -666,8 +664,6 @@ const char *const language_strings[LANG_STRING_COUNT] = { _("FORBID nickname reason"), /* NICK_FORBID_SUCCEEDED */ _("Nick %s is now forbidden."), - /* NICK_FORBID_FAILED */ - _("Couldn't forbid nick %s!"), /* NICK_REQUESTED */ _("This nick has already been requested, please check your e-mail address for the pass code"), /* NICK_REG_RESENT */ @@ -1323,8 +1319,6 @@ const char *const language_strings[LANG_STRING_COUNT] = { _("FORBID channel reason"), /* CHAN_FORBID_SUCCEEDED */ _("Channel %s is now forbidden."), - /* CHAN_FORBID_FAILED */ - _("Couldn't forbid channel %s!"), /* CHAN_FORBID_REASON */ _("This channel has been forbidden."), /* CHAN_SUSPEND_SYNTAX */ @@ -1333,8 +1327,6 @@ const char *const language_strings[LANG_STRING_COUNT] = { _("SUSPEND channel reason"), /* CHAN_SUSPEND_SUCCEEDED */ _("Channel %s is now suspended."), - /* CHAN_SUSPEND_FAILED */ - _("Couldn't suspended channel %s!"), /* CHAN_SUSPEND_REASON */ _("This channel has been suspended."), /* CHAN_UNSUSPEND_SYNTAX */ |