X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/453ea1e4276fc91243352d5fd876703b14c58ddb..2ef76f048b192a0993af0ec5071383951b1de5e3:/src/nickserv.help?ds=sidebyside diff --git a/src/nickserv.help b/src/nickserv.help index df823af..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 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.", - " $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,44 +27,64 @@ " 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 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.", - " $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." ); }; "!/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:", - " ACCOUNT Account management.", - " NICK Nick management.", - " EMAIL Email maintenance commands.", - " INFORMATION Other functions.", - " OPER $N commands for IRC Operators." + " To get an account: ", + " $b/msg $N HELP REGISTER$b ", + " To login to your account: ", + " $b/msg $N@$s AUTH $b", + " $b$b", + " Read more about $b$N$b in the help system:", + " To read help, type:", + " $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.", + " $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 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:", - " ACCOUNT Account management.", - " NICK Nick management.", - " INFORMATION Other functions.", - " OPER $N commands for IRC Operators." + " $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 $b", + " $b$b", + " Read more about $b$N$b in the help system:", + " To read help, type:", + " $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.", + " $bNICK$b Nick management.", + " $bINFORMATION$b Other functions.", + " $bIGNORE$b Ignore list management.", + " $bOPER$b $N commands for IRC Operators." ); }; }; @@ -736,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" ); -