From: NX-Andro Date: Sun, 29 Jun 2014 20:22:36 +0000 (-0400) Subject: Fixed the main help index. X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/f4bb840f80fd5e23c2258af7ec7ee0eb1633d7e7?hp=c59ff870934d618e6f4c8afafa23d232e2c536a5 Fixed the main help index. --- diff --git a/src/nickserv.help b/src/nickserv.help index 7fdd6e3..eaae15d 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -5,22 +5,20 @@ " To get an account: ", " $b/msg $N HELP REGISTER$b ", " To login to your account: ", - " $b/msg $N@$s AUTH accountname password$b", + " $b/msg $N@$s AUTH $b", " $b$b", - " Read more about $N in the help system:", + " Read more about $b$N$b in the help system:", " To read help, type:", - " $b/msg $N HELP <$bsubject$b>$b ", + " $b/msg $N HELP $b ", " (In help, words in <> represent required parameters. Words in [] are optional.)", " For example: $b/msg $N HELP REGISTER$b shows help with the command to create an account. ", " $b$b", " $b$N$b help categories:", - " $bACCOUNT$b Account management.", - " $bEMAIL$b Email based commands", - " such as recovering forgotten", - " passwords.", - " $bIGNORE$b Ignore list management.", - " $bINFORMATION$b Informational functions.", - " $bOPER$b Commands for IRC Operators.", + " $bACCOUNT$b Account management.", + " $bEMAIL$b Email based commands such as recovering forgotten passwords.", + " $bIGNORE$b Ignore list management.", + " $bINFORMATION$b Informational functions.", + " $bOPER$b Commands for IRC Operators.", "$b$b", " $b$N is $uNOT$u a NickServ$b! We do not 'own' nicks here. See $b/msg $N HELP NOT NICKSERV$b for details." ); @@ -29,19 +27,19 @@ " To get an account: ", " $b/msg $N HELP REGISTER$b ", " To login to your account: ", - " $b/msg $N@$s AUTH accountname password$b", + " $b/msg $N@$s AUTH $b", " $b$b", - " Read more about $N in the help system:", + " Read more about $b$N$b in the help system:", " To read help, type:", - " $b/msg $N HELP <$bsubject$b>$b ", + " $b/msg $N HELP $b ", " (In help, words in <> represent required parameters. Words in [] are optional.)", " For example: $b/msg $N HELP REGISTER$b shows help with the command to create an account. ", " $b$b", " $b$N$b help categories:", - " $bACCOUNT$b Account management.", - " $bINFORMATION$b Informational functions.", - " $bIGNORE$b Ignore list management.", - " $bOPER$b Commands for IRC Operators.", + " $bACCOUNT$b Account management.", + " $bINFORMATION$b Informational functions.", + " $bIGNORE$b Ignore list management.", + " $bOPER$b Commands for IRC Operators.", "$b$b", " $b$N is $uNOT$u a NickServ$b! We do not 'own' nicks here. See $b/msg $N HELP NOT NICKSERV$b for details." ); @@ -52,39 +50,41 @@ " To get an account: ", " $b/msg $N HELP REGISTER$b ", " To login to your account: ", - " $b/msg $N@$s AUTH accountname password$b", + " $b/msg $N@$s AUTH $b", " $b$b", - " Read more about $N in the help system:", + " Read more about $b$N$b in the help system:", " To read help, type:", - " $b/msg $N HELP <$bsubject$b>$b", + " $b/msg $N HELP $b", " (In help, words in <> represent required parameters. Words in [] are optional.)", " For example: $b/msg $N HELP REGISTER$b shows help with the command to create an account.", " $b$b", - " $b$N$b help categories", - " ACCOUNT Account management.", - " NICK Nick management.", - " EMAIL Email maintenance commands.", - " INFORMATION Other functions.", - " OPER $N commands for IRC Operators." + " $b$N$b help categories:", + " $bACCOUNT$b Account management.", + " $bNICK$b Nick management.", + " $bEMAIL$b Email maintenance commands.", + " $bINFORMATION$b Other functions.", + " $bIGNORE$b Ignore list management.", + " $bOPER$b $N commands for IRC Operators." ); "!/services/nickserv/email_enabled" ( " $b$N$b is a nickname and authentication service, intended to serve as a central authentication point for all other network services. $b$C$b, $b$O$b, and $b$G$b all depend on $b$N$b to verify that users are valid. It also manages nickname ownership.", " To get an account:", " $b/msg $N HELP REGISTER$b", " To login to your account:", - " $b/msg $N@$s AUTH accountname password$b", + " $b/msg $N@$s AUTH $b", " $b$b", - " Read more about $N in the help system:", + " Read more about $b$N$b in the help system:", " To read help, type:", - " $b/msg $N HELP <$bsubject$b>$b", + " $b/msg $N HELP $b", " (In help, words in <> represent required parameters. Words in [] are optional.)", " For example,: $b/msg $N HELP REGISTER$b shows help with the command to create an account.", " $b$b", " $b$N$b help categories:", - " ACCOUNT Account management.", - " NICK Nick management.", - " INFORMATION Other functions.", - " OPER $N commands for IRC Operators." + " $bACCOUNT$b Account management.", + " $bNICK$b Nick management.", + " $bINFORMATION$b Other functions.", + " $bIGNORE$b Ignore list management.", + " $bOPER$b $N commands for IRC Operators." ); }; }; @@ -754,4 +754,3 @@ "Checks the email against the database to verify the email address matches the specified nick or account.", "$uSee Also:$u set email" ); -