From be946448e5b5823faff3c80e7308d61647432d44 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 14 May 2004 06:27:30 +0000 Subject: [PATCH] fix stupid typo from --patch-61 * fix stupid typo in nickserv.c from --patch-61; sigh. git-archimport-id: srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-62 --- ChangeLog | 14 ++++++++++++++ src/nickserv.c | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 773002b..bdb3549 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3 # +2004-05-14 06:27:30 GMT adam patch-62 + + Summary: + fix stupid typo from --patch-61 + Revision: + srvx--devo--1.3--patch-62 + + * fix stupid typo in nickserv.c from --patch-61; sigh. + + + modified files: + ChangeLog src/nickserv.c + + 2004-05-14 05:37:38 GMT adam patch-61 Summary: diff --git a/src/nickserv.c b/src/nickserv.c index 65ca14e..f9074e5 100644 --- a/src/nickserv.c +++ b/src/nickserv.c @@ -279,7 +279,7 @@ static const struct message_entry msgtab[] = { { "NSMSG_SET_LEVEL", "$bLEVEL: $b%d" }, { "NSMSG_SET_EPITHET", "$bEPITHET: $b%s" }, { "NSEMAIL_ACTIVATION_SUBJECT", "Account verification for %s" }, - { "NSEMAIL_ACTIVATION_BODY", "This email has been sent to verify that this email address belongs to the person who tried to register an account on %1$s. Your cookie is:\n %2$s\nTo verify your email address and complete the account registration, log on to %1$s and type the following command:\n /msg %3$s@%4$s COOKIE %5$s %2$s\nThis command is only used once to complete your account registration, and never again. Once you have run this command, you will need to authenticate everytime you reconnect to the network. To do this, you will have to type this command every time you reconnect:\n /msg %3$s@%4$s AUTH %1$s your-password\n Please remember to fill in 'your-password' with the actual password you gave to us when you registered.\n\nIf you did NOT request this account, you do not need to do anything. Please contact the %1$s staff if you have questions, and be sure to check our website." }, + { "NSEMAIL_ACTIVATION_BODY", "This email has been sent to verify that this email address belongs to the person who tried to register an account on %1$s. Your cookie is:\n %2$s\nTo verify your email address and complete the account registration, log on to %1$s and type the following command:\n /msg %3$s@%4$s COOKIE %5$s %2$s\nThis command is only used once to complete your account registration, and never again. Once you have run this command, you will need to authenticate everytime you reconnect to the network. To do this, you will have to type this command every time you reconnect:\n /msg %3$s@%4$s AUTH %5$s your-password\n Please remember to fill in 'your-password' with the actual password you gave to us when you registered.\n\nIf you did NOT request this account, you do not need to do anything. Please contact the %1$s staff if you have questions, and be sure to check our website." }, { "NSEMAIL_PASSWORD_CHANGE_SUBJECT", "Password change verification on %s" }, { "NSEMAIL_PASSWORD_CHANGE_BODY", "This email has been sent to verify that you wish to change the password on your account %5$s. Your cookie is %2$s.\nTo complete the password change, log on to %1$s and type the following command:\n /msg %3$s@%4$s COOKIE %5$s %2$s\nIf you did NOT request your password to be changed, you do not need to do anything. Please contact the %1$s staff if you have questions." }, { "NSEMAIL_EMAIL_CHANGE_SUBJECT", "Email address change verification for %s" }, -- 2.20.1