summaryrefslogtreecommitdiff
path: root/src/language.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-15 21:04:01 -0500
committerAdam <Adam@anope.org>2010-12-12 19:33:58 -0500
commit5f18cb018dee9ff71efbfdd247a8dc4ca472b16b (patch)
treea4e36b8d4554e820a49cd4cc810982824d3ecd66 /src/language.cpp
parent872bc3fa5e696e5e05ec98bdadec309185c48419 (diff)
Allow users to drop their own nickrequests
Diffstat (limited to 'src/language.cpp')
-rw-r--r--src/language.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/language.cpp b/src/language.cpp
index c136b02fe..badc76ec2 100644
--- a/src/language.cpp
+++ b/src/language.cpp
@@ -674,7 +674,8 @@ const char *const language_strings[LANG_STRING_COUNT] = {
/* NICK_IS_PREREG */
_("This nick is awaiting an e-mail verification code before completing registration."),
/* NICK_ENTER_REG_CODE */
- _("A passcode has been sent to %s, please type %R%s confirm <passcode> to complete registration"),
+ _("A passcode has been sent to %s, please type %R%s confirm <passcode> to complete registration.\n"
+ "If you need to cancel your registration, use \"%R%s drop <password>\"."),
/* NICK_GETPASS_PASSCODE_IS */
_("Passcode for %s is %s."),
/* NICK_FORCE_REG */
@@ -2780,7 +2781,7 @@ const char *const language_strings[LANG_STRING_COUNT] = {
"anymore. Note, however, that you won't be asked to reidentify\n"
"yourself."),
/* NICK_HELP_DROP */
- _("Syntax: DROP [nickname]\n"
+ _("Syntax: DROP [nickname | \037password\037]\n"
" \n"
"Drops your nickname from the %S database. A nick\n"
"that has been dropped is free for anyone to re-register.\n"
@@ -2788,6 +2789,10 @@ const char *const language_strings[LANG_STRING_COUNT] = {
"You may drop a nick within your group by passing it\n"
"as the nick parameter.\n"
" \n"
+ "If you have a nickname registration pending but can not confirm\n"
+ "it for any reason, you can cancel your registration by passing\n"
+ "your password as the \002password\002 parameter.\n"
+ " \n"
"In order to use this command, you must first identify\n"
"with your password (%R%S HELP IDENTIFY for more\n"
"information)."),