fix stupid typo from --patch-61
authoradam <adam@gamesurge.net>
Fri, 14 May 2004 06:27:30 +0000 (06:27 +0000)
committeradam <adam@gamesurge.net>
Fri, 14 May 2004 06:27:30 +0000 (06:27 +0000)
* 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
src/nickserv.c

index 773002b557523bdb947f64b615d334be787e1798..bdb3549866b51483e548524e8dc0c3a657d8dc03 100644 (file)
--- 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 <adam@gamesurge.net>       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 <adam@gamesurge.net>       patch-61
 
     Summary:
index 65ca14ef1f7f39463e47c3ae9c218f2a94bc1f5b..f9074e5e5fd41c3205be4ffbecd7fcec7e837aa2 100644 (file)
@@ -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" },