X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/1478fd137d16ee2612731601b78b40bd9b7534fd..17e4d28ec48db02784eebbf107b79d4331848090:/src/nickserv.help diff --git a/src/nickserv.help b/src/nickserv.help index 6e861c7..cf2031d 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -73,7 +73,6 @@ " NICK Nick management.", " EMAIL Email maintenance commands.", " INFORMATION Other functions.", - " COMMANDS A list of all available commands.", " OPER $N commands for IRC Operators." ); "!/services/nickserv/email_enabled" ( @@ -83,7 +82,6 @@ " ACCOUNT Account management.", " NICK Nick management.", " INFORMATION Other functions.", - " COMMANDS A list of all available commands.", " OPER $N commands for IRC Operators." ); }; @@ -377,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 [ ]",