X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/0779bbcf5d967eb285df6af23f7e7199caa6fc7b..ec8177c5c7b355a953871d6fded9ae77cf2a4a96:/src/nickserv.help?ds=sidebyside diff --git a/src/nickserv.help b/src/nickserv.help index d240525..e4d2cee 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -108,6 +108,8 @@ " $bPASS$b Change your account's password.", " $bADDMASK$b Add a hostmask to your account.", " $bDELMASK$b Remove a hostmask from your account.", + " $bADDSSLFP$b Add an SSL fingerprint to your account.", + " $bDELSSLFP$b Remove an SSL fingerprint from your account.", " $bSET$b Set per-account options.", " $bGHOST$b Disconnects your old clients", " $bACCOUNT FLAGS$b Definition for each account flag" @@ -129,6 +131,8 @@ " $bPASS$b Change your account's password.", " $bADDMASK$b Add a hostmask to your account.", " $bDELMASK$b Remove a hostmask from your account.", + " $bADDSSLFP$b Add an SSL fingerprint to your account.", + " $bDELSSLFP$b Remove an SSL fingerprint from your account.", " $bSET$b Set per-account options.", " $bRENAME$b Renames an account", " $bACCOUNT FLAGS$b Definition for each account flag" @@ -162,10 +166,13 @@ " $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.", " $bODELMASK$b Remove a mask from someone's account.", + " $bOADDSSLFP$b Add an SSL fingerprint to someone's account.", + " $bODELSSLFP$b Remove an SSL fingerprint from someone's account.", " $bOADDIGNORE$b Add an ignore to someone's account.", " $bODELIGNORE$b Remove an ignore from someone's account.", " $bMERGEDB$b Load a database into memory." @@ -174,15 +181,17 @@ "OUNREGISTER" { "/services/nickserv/disable_nicks" ( - "/msg $N OUNREGISTER ", + "/msg $N OUNREGISTER [FORCE]", "Un-registers the specified account.", "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).", + "Without FORCE only accounts that are inactive and have no special flags can be unregistered.", "$uSee Also:$u oregister" ); "!/services/nickserv/disable_nicks" ( - "/msg $N OUNREGISTER ", + "/msg $N OUNREGISTER [FORCE]", "Un-registers the specified account, and any nicks that have been registered to that account.", "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).", + "Without FORCE only accounts that are inactive and have no special flags can be unregistered.", "$uSee Also:$u oregister, oregnick, ounregnick" ); }; @@ -327,9 +336,8 @@ "AUTH" { "/services/nickserv/email_enabled" ( - "/msg $N@$s AUTH [account] ", + "/msg $N@$s AUTH ", "Authenticates yourself with $b$N$b to the specified account. You must use $bauth$b before you have any access to network services, including channels that are registered with $b$C$b.", - "If you omit the account, it uses your current nick as your account name.", "$uSee Also:$u pass, resetpass, authcookie", ); "!/services/nickserv/email_enabled" ( @@ -368,7 +376,8 @@ "$bc$b Use mIRC color codes in responses", "$bf$b Account frozen/on vacation (will not be unregistered for inactivity; cleared when account is authenticated against)", "$bn$b No-delete (will never be unregistered for inactivity)", - "$uSee Also:$u accountinfo, set"); + "$bb$b Hides you from the staff list", + "$uSee Also:$u accountinfo, set, $C staff"); "OADDMASK" ("/msg $N OADDMASK ", "Adds a hostmask to the specified account.", "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).", @@ -380,27 +389,27 @@ "$uSee Also:$u oaddmask"); "OREGISTER" { "/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_required" ( + "/msg $N@$s OREGISTER [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 ", - "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/email_required" ( + "/msg $N@$s OREGISTER [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 ", - "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_required" ( + "/msg $N@$s OREGISTER [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 ", - "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/email_required" ( + "/msg $N@$s OREGISTER [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" ); }; }; @@ -412,7 +421,7 @@ "$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.", + "$bTITLE$b: The title the user will get (in their hostname) when +x.", "$bFAKEHOST$b: The fake hostname the user will get when +x.", "..or anything $bset$b can change.", "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).", @@ -422,7 +431,7 @@ "ODELCOOKIE" { "/services/nickserv/email_enabled" ( "/msg $N ODELCOOKIE ", - "Requests that $N cancels the cookie of the specified account.", + "Requests that $N cancel the cookie of the specified account.", ); }; @@ -478,6 +487,8 @@ "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)", "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).", "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).", + "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.", + "$bADVANCED$b: If set advanced options and commands will be shown to you.", "$bset$b with no arguments returns your current settings.", "$uSee Also:$u accountinfo, userinfo" ); @@ -496,6 +507,8 @@ "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)", "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).", "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).", + "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.", + "$bADVANCED$b: If set advanced options and commands will be shown to you.", "$bset$b with no arguments returns your current settings.", "$uSee Also:$u accountinfo, nickinfo, userinfo" ); @@ -513,6 +526,8 @@ "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)", "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).", "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).", + "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.", + "$bADVANCED$b: If set advanced options and commands will be shown to you.", "$bset$b with no arguments returns your current settings.", "$uSee Also:$u accountinfo, userinfo" ); @@ -530,16 +545,18 @@ "$bMAXLOGINS$b: The number of users that can log into your account at once. (Use 0 for the default.)", "$bTITLE$b: A title set on your account by network staff (affects hidden hosts).", "$bEPITHET$b: An epithet set on your account by network staff (shows in whois).", + "$bAUTOHIDE$b: Automatically sets +x (hides your host) when you login.", + "$bADVANCED$b: If set advanced options and commands will be shown to you.", "$bset$b with no arguments returns your current settings.", "$uSee Also:$u accountinfo, nickinfo, userinfo" ); }; -"SET LANGUAGE" ("/msg $S SET LANGUAGE ", +"SET LANGUAGE" ("/msg $N SET LANGUAGE ", "Sets the language that $S and other services will use when sending you messages.", "If a particular message is not available in your language, it will use the closest match it has.", "Supported languages are: ${modcmd:languages}", "$uSee Also:$u set"); -"SET STYLE" ("/msg $S SET STYLE