X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d9896a830238b1c58a64b10f8105cc1abbaccdb9..babc1c077a6f0f2810684288913c638ff9311c05:/src/nickserv.help diff --git a/src/nickserv.help b/src/nickserv.help index 21f166c..4d93679 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -25,6 +25,7 @@ " $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", @@ -56,6 +57,7 @@ " $b$N$b help categories:", " $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! ", @@ -160,10 +162,13 @@ " $bMERGE$b Merge one account into another.", " $bOREGISTER$b Create an account for someone else.", " $bOUNREGISTER$b Remove an account by name.", + " $bODELCOOKIE$b Deletes a pending cookie.", "*$bOREGNICK$b Add a nick to someone's account.", "*$bOUNREGNICK$b Remove a nick from someone's account.", " $bOADDMASK$b Add a mask to someone's account.", " $bODELMASK$b Remove a mask from someone's account.", + " $bOADDIGNORE$b Add an ignore to someone's account.", + " $bODELIGNORE$b Remove an ignore from someone's account.", " $bMERGEDB$b Load a database into memory." ); @@ -377,26 +382,26 @@ "OREGISTER" { "/services/nickserv/disable_nicks" { "/services/nickserv/email_enabled" ( - "/msg $N@$s OREGISTER ", - "Registers an account with $b$N$b using the specified account, password, email address and user@host. If the nick of an online user is specified, then that user's user@host is used. If no nickname or hostmask is used, it uses a default hostmask the first time the user authenticates.", - "$uSee Also:$u ounregister" + "/msg $N@$s OREGISTER [user@host] [nick]", + "Registers an account for nick with $b$N$b using the specified account name, password, email address and user@host. If the nick of an online user is specified, then they will be logged in, and that user's user@host is used if you don't specify one. If no nickname or hostmask is used, it uses a default hostmask, or adds one when they first authenticate.", + "$uSee Also:$u ounregister, oaddmask, oset" ); "!/services/nickserv/email_enabled" ( - "/msg $N@$s OREGISTER ", - "Registers an account with $b$N$b using the specified account, password and user@host. If the nick of an online user is specified, then that user's user@host is used. If no nickname or hostmask is used, it uses a default hostmask the first time the user authenticates.", - "$uSee Also:$u ounregister" + "/msg $N@$s OREGISTER [user@host] [nick]", + "Registers an account for nick with $b$N$b using the specified account name, password, email address and user@host. If the nick of an online user is specified, then they will be logged in, and that user's user@host is used if you don't specify one. If no nickname or hostmask is used, it uses a default hostmask, or adds one when they first authenticate.", + "$uSee Also:$u ounregister, oaddmask, oset" ); }; "!/services/nickserv/disable_nicks" { "/services/nickserv/email_enabled" ( - "/msg $N@$s OREGISTER ", - "Registers an account with $b$N$b using the specified account, password, email address and user@host. If the nick of an online user is specified, then that user's user@host is used. If no nickname or hostmask is used, it uses a default hostmask the first time the user authenticates.", - "$uSee Also:$u oregnick, ounregister, ounregnick" + "/msg $N@$s OREGISTER [user@host] [nick]", + "Registers an account for nick with $b$N$b using the specified account name, password, email address and user@host. If the nick of an online user is specified, then they will be logged in, and that user's user@host is used if you don't specify one. If no nickname or hostmask is used, it uses a default hostmask, or adds one when they first authenticate.", + "$uSee Also:$u oregnick, ounregister, ounregnick, oaddmask, oset" ); "!/services/nickserv/email_enabled" ( - "/msg $N@$s OREGISTER ", - "Registers an account with $b$N$b using the specified account, password and user@host. If the nick of an online user is specified, then that user's user@host is used. If no nickname or hostmask is used, it uses a default hostmask the first time the user authenticates.", - "$uSee Also:$u oregnick, ounregister, ounregnick" + "/msg $N@$s OREGISTER [user@host] [nick]", + "Registers an account for nick with $b$N$b using the specified account name, password, email address and user@host. If the nick of an online user is specified, then they will be logged in, and that user's user@host is used if you don't specify one. If no nickname or hostmask is used, it uses a default hostmask, or adds one when they first authenticate.", + "$uSee Also:$u oregnick, ounregister, ounregnick, oaddmask, oset" ); }; }; @@ -429,6 +434,7 @@ "REGISTER" { "0: /services/nickserv/email_required" ( "/msg $N@$s REGISTER ", + "$bDO NOT TYPE THE < and >!$b <> indicates required fields. ", "Register is the command to create an an account with $b$N$b. ", "Having an account provides a single login identity for the network, and for use with $b$C$b.", "$b$b", @@ -441,6 +447,7 @@ ); "1: /services/nickserv/email_enabled" ( "/msg $N@$s REGISTER [email]", + "$bDO NOT TYPE THE < and >!$b <> indicates required fields. ", "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.", "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.", @@ -472,6 +479,8 @@ "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)", "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).", "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).", + "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.", + "$bADVANCED$b: If set advanced options and commands will be shown to you.", "$bset$b with no arguments returns your current settings.", "$uSee Also:$u accountinfo, userinfo" ); @@ -490,6 +499,8 @@ "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)", "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).", "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).", + "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.", + "$bADVANCED$b: If set advanced options and commands will be shown to you.", "$bset$b with no arguments returns your current settings.", "$uSee Also:$u accountinfo, nickinfo, userinfo" ); @@ -507,6 +518,8 @@ "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)", "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).", "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).", + "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.", + "$bADVANCED$b: If set advanced options and commands will be shown to you.", "$bset$b with no arguments returns your current settings.", "$uSee Also:$u accountinfo, userinfo" ); @@ -524,6 +537,8 @@ "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)", "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).", "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).", + "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.", + "$bADVANCED$b: If set advanced options and commands will be shown to you.", "$bset$b with no arguments returns your current settings.", "$uSee Also:$u accountinfo, nickinfo, userinfo" ); @@ -629,7 +644,32 @@ "$uSee Also:$u rename" ); }; + "MERGEDB" ("/msg $N MERGEDB ", "Merge contents of $bdbfilename$b into in-memory database. Any accounts in both will be $bOVERWRITTEN$b with the information from $bdbfilename$b, although authed users will be authed to the new account.", "This command is only accessible to IRC operators.", "$uSee Also:$u OperServ.write"); + +"IGNORE" ("Ignore list management commands are:", + " $bADDIGNORE$b Adds a hostmask to your ignore list.", + " $bDELIGNORE$b Remove an entry from your ignore list.", + " $bACCOUNTINFO$b Displays information about an account including ignores.", + ); + +"ADDIGNORE" ("/msg $N ADDIGNORE [user@host]", + "Adds the specified user@host to the account ignore list that you are authenticated to with $b$N$b.", + "$uSee Also:$u delignore"); + +"DELIGNORE" ("/msg $N DELIGNORE ", + "Removes a hostmask from the account ignore list that you are authenticated on.", + "$uSee Also:$u addignore"); + +"OADDIGNORE" ("/msg $N OADDIGNORE ", + "Adds a hostmask to the specified account's ignore list.", + "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).", + "$uSee Also:$u odelignore"); + +"ODELIGNORE" ("/msg $N ODELIGNORE ", + "Removes a hostmask from the specified account's ignore list.", + "You may use *Account instead of Nick as the name argument; the * makes $N use the name of an account directly (useful if the user is not online).", + "$uSee Also:$u oaddignore");