]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/nickserv.help
global message function that will deal with multi languages. Made use of it with...
[irc/evilnet/x3.git] / src / nickserv.help
index 9dac1800e7e1108201a81dab9bafaa83b063e9e9..4d93679113ddcf92826beb8209f23a17587be9e0 100644 (file)
                 " $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.",
 "OREGISTER" {
         "/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"
+                "/msg $N@$s OREGISTER <account> <password> <email> [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 <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"
+                "/msg $N@$s OREGISTER <account> <password> [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 <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"
+                "/msg $N@$s OREGISTER <account> <password> <email> [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 <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"
+                "/msg $N@$s OREGISTER <account> <password> [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"
                 );
         };
 };