]> jfr.im git - irc/evilnet/x3.git/commitdiff
help tweaks
authorrubin <redacted>
Thu, 5 May 2005 00:03:23 +0000 (00:03 +0000)
committerrubin <redacted>
Thu, 5 May 2005 00:03:23 +0000 (00:03 +0000)
ChangeLog.X3
src/nickserv.help

index a8cab83b424bcc54557b1806689cfc17f167a5f9..92faaf18581d572d7606f0854302317cf88a81ce 100644 (file)
@@ -17,6 +17,8 @@
 
        * src/proto-p10.c: adduser pending cleanup code 
 
+       * src/nickserv.help: improved set and register help
+
 2005-05-04  Alex Schumann  <rubin@afternet.org>
 
        * src/chanserv.c: changed uset noautoop to uset autoop (removed double
index c57ba797294559ecc4f59465c483ead51a49d87f..47e4470b26c8968dd9e1e55f5036e5ce5e8a2f50 100644 (file)
         "0: /services/nickserv/email_required" (
         "/msg $N@$s REGISTER <account> <password> <email>",
         "Register is the command to register an account with $b$N$b. Later, you can use your account and password with $bauth$b to authenticate to your account.",
-        "Having an account provides a single login identity for use with $b$C$b.
+        "Having an account provides a single login identity for use with $b$C$b.",
         "Email activation is required: An email will be sent to the email address you give containing a cookie that will let you activate your account.  Once you have that cookie email, use the $bcookie$b command to activate your account.",
         "$uSee Also:$u auth, unregister"
         );
         "1: /services/nickserv/email_enabled" (
         "/msg $N@$s REGISTER <account> <password> [email]",
         "Register is the command to register an account with $b$N$b. Later, you can use your account and password with $bauth$b to authenticate to your account.",
-        "Having an account provides a single login identity for use with $b$C$b.
+        "Having an account provides a single login identity for use with $b$C$b.",
         "Email activation is not required: But, if you specify an email address, an email will be sent to it containing a cookie that will let you activate your account.  Once you have that cookie, use the $bcookie$b command to activate your account.",
         "$uSee Also:$u auth, unregister"
         );
         "2: !/services/nickserv/email_enabled" (
         "/msg $N@$s REGISTER <account> <password>",
         "Register is the command to register an account with $b$N$b. Later, you can use your account and password with $bauth$b to authenticate to your account.",
-        "Having an account provides a single login identity for use with $b$C$b.
+        "Having an account provides a single login identity for use with $b$C$b.",
         "$uSee Also:$u auth, unregister"
         );
 };