]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/nickserv.help
oops, missed a ','
[irc/evilnet/x3.git] / src / nickserv.help
index 6e861c710949dd83dadb50773b46dbfca301b20d..9e4bd4c107c09e87c92781f81542a74daab2df8a 100644 (file)
@@ -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."
         );
         };
         "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 <account> <password> <user@host|nick>",
-        "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 <account> <password> <user@host|nick>",
-        "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 <account> <password> <email> <user@host|nick>",
+                "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 <account> <password> <user@host|nick>",
+                "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 <account> <password> <email> <user@host|nick>",
+                "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 <account> <password> <user@host|nick>",
+                "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 <nick|*account> [<setting> <value>]",
           "$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.",