From: rubin Date: Thu, 5 May 2005 00:03:23 +0000 (+0000) Subject: help tweaks X-Git-Tag: 1.9~659 X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/b5885247ec7c40fb834281bb979cc5d07629edb3?hp=30f7b947f03d97a3d526bbadb50b9dd71aba4117 help tweaks --- diff --git a/ChangeLog.X3 b/ChangeLog.X3 index a8cab83..92faaf1 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -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 * src/chanserv.c: changed uset noautoop to uset autoop (removed double diff --git a/src/nickserv.help b/src/nickserv.help index c57ba79..47e4470 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -407,21 +407,21 @@ "0: /services/nickserv/email_required" ( "/msg $N@$s REGISTER ", "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 [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 ", "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" ); };