diff options
author | Adam <Adam@anope.org> | 2010-10-06 21:47:01 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-10-06 21:47:01 -0400 |
commit | 7f4362138ab8d015ae4b200fa96d85ee70a7e184 (patch) | |
tree | 629a4f24999b71dc1acc34c3b679fb0d7e2d2297 /src/language.cpp | |
parent | 4da258ff785e5333db807d9e8dc66b521e8c8fe0 (diff) |
Made nickserv:nogroupchange work
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 78d124fda..ca55f0bb8 100644 --- a/src/language.cpp +++ b/src/language.cpp @@ -277,6 +277,8 @@ Anope::string language_strings[LANG_STRING_COUNT] = { _("Sorry, grouping failed."), /* NICK_GROUP_PLEASE_WAIT */ _("Please wait %d seconds before using the GROUP command again."), + /* NICK_GROUP_CHANGE_DISABLED */ + _("Your nick is already registered; type \002%R%s DROP\002 first."), /* NICK_GROUP_SAME */ _("You are already a member of the group of %s."), /* NICK_GROUP_TOO_MANY */ |