X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/317ffe3697c1e231e2849991b238dfd9207c14ef..17e4d28ec48db02784eebbf107b79d4331848090:/src/nickserv.help?ds=inline diff --git a/src/nickserv.help b/src/nickserv.help index ed25a92..cf2031d 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 [ ]",