X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/317ffe3697c1e231e2849991b238dfd9207c14ef..00bce4cd757448fe394d880c9cf8d7c9c5d1d85e:/src/nickserv.help diff --git a/src/nickserv.help b/src/nickserv.help index ed25a92..9e4bd4c 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -375,16 +375,30 @@ "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 oaddmask"); "OREGISTER" { - "/services/nickserv/disable_nicks" ( - "/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" - ); - "!/services/nickserv/disable_nicks" ( - "/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" - ); + "/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" + ); + "!/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" + ); + }; + "!/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" + ); + "!/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" + ); + }; }; "OSET" ( "/msg $N OSET [ ]", @@ -393,6 +407,7 @@ "$bFLAGS$b: Changes account flags (SphHdscfn) for user (see $uaccount flags$u).", "$bLEVEL$b: Sets $O access level.", "$bEPITHET$b: The description shown for the user's access in /whois.", + "$bNOTE$b: Adds a note to the user's account.", "$bTITLE$b: The title the user will get (in there hostname) when +x.", "$bFAKEHOST$b: The fake hostname the user will get when +x.", "..or anything $bset$b can change.",