]> jfr.im git - irc/evilnet/x3.git/commitdiff
Fixed the main help index.
authorNX-Andro <redacted>
Sun, 29 Jun 2014 20:05:31 +0000 (16:05 -0400)
committerNX-Andro <redacted>
Sun, 29 Jun 2014 20:05:31 +0000 (16:05 -0400)
src/nickserv.help

index df823afab7386ea800b7714c9918d2c2389f3d99..7fdd6e3ffbba215616350b4b567ba8a9b22c0bf6 100644 (file)
@@ -11,7 +11,7 @@
                         " To read help, type:",
                         " $b/msg $N HELP <$bsubject$b>$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 create an account. ",
+                        " 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.",
@@ -35,7 +35,7 @@
                         " To read help, type:",
                         " $b/msg $N HELP <$bsubject$b>$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 create an account. ",
+                        " 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.",
         };
         "!/services/nickserv/disable_nicks" {
                 "/services/nickserv/email_enabled" (
-                        "$b$N Help$b",
                         "$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.",
-                        "$b$b",
-                        "$b$N$b command categories:",
+                        " To get an account: ",
+                        " $b/msg $N HELP REGISTER$b ",
+                        " To login to your account: ",
+                        " $b/msg $N@$s AUTH accountname password$b",
+                        " $b$b",
+                        " Read more about $N in the help system:",
+                        " To read help, type:",
+                        " $b/msg $N HELP <$bsubject$b>$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.",
                         " OPER $N commands for IRC Operators."
                 );
                 "!/services/nickserv/email_enabled" (
-                        "$b$N Help$b",
-                        "$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.",
-                        "$b$b",
-                        "$b$N$b command categories:",
+                        " $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$b",
+                        " Read more about $N in the help system:",
+                        " To read help, type:",
+                        " $b/msg $N HELP <$bsubject$b>$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.",