X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/7cbbd86a20fa34eb6fb4f2c9ebdd2567860bb885..2fa83595ce1f9c3137e093e50590c5485817c54b:/src/nickserv.help diff --git a/src/nickserv.help b/src/nickserv.help index 8134696..6872a13 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -1,47 +1,67 @@ "" { "/services/nickserv/disable_nicks" { "/services/nickserv/email_enabled" ( - " $b$N$b is an authentication service,", - " providing login identification for", - " the network. $N is how you 'log in'", - " to get access in channels registered", - " with $C, and its how ircops are known", - " to $O and $G.", + " $b$N$b is the login bot. It provides ", + " accounts for use on the network. ", + " $N is how you 'log in' to get access ", + " in channels registered with $C, and ", + " its how ircops are known to $O and $G.", + " To get an account: ", + " $b/msg $N HELP REGISTER$b ", + " To login to your account: ", + " $b/msg $N@$s AUTH accountname password$b", " $b$b", - " The help system uses the format:", - " $b/MSG $N HELP <$bsubject$b>$b ", - " (In help, Words in <> represent required", + " Read more about $N in the help system:", + " To read help, type:", + " $b/msg $N HELP <$bsubject$b>$b ", + " (In help, words in <> represent required", " parameters. Words in [] are optional.)", - " For example: $b/msg $N HELP RESETPASS$b", - " shows help with the command to reset a ", - " lost password.", + " For example: $b/msg $N HELP REGISTER$b", + " shows help with the command create an ", + " account. ", " $b$b", " $b$N$b help categories:", " $bACCOUNT$b Account management.", " $bEMAIL$b Email based commands", " such as recovering forgotten", " passwords.", + " $bIGNORE$b Ignore list management.", " $bINFORMATION$b Informational functions.", " $bOPER$b Commands for IRC Operators.", "$b$b", " $b$N is $uNOT$u a NickServ$b! ", + " We do not 'own' nicks here. ", " see $b/msg $N HELP NOT NICKSERV$b ", " for details " ); "!/services/nickserv/email_enabled" ( - " $b$N$b is an authentication service,", - " providing login identification for", - " the network. $N is how you 'log in'", - " to get access in channels registered", - " with $C, and its how ircops are known", - " to $O and $G.", + " $b$N$b is the login bot. It provides ", + " accounts for use on the network. ", + " $N is how you 'log in' to get access ", + " in channels registered with $C, and ", + " its how ircops are known to $O and $G.", + " To get an account: ", + " $b/msg $N HELP REGISTER$b ", + " To login to your account: ", + " $b/msg $N@$s AUTH accountname password$b", + " $b$b", + " Read more about $N in the help system:", + " To read help, type:", + " $b/msg $N HELP <$bsubject$b>$b ", + " (In help, words in <> represent required", + " parameters. Words in [] are optional.)", + " For example: $b/msg $N HELP REGISTER$b", + " shows help with the command create an ", + " account. ", " $b$b", " $b$N$b help categories:", " $bACCOUNT$b Account management.", " $bINFORMATION$b Informational functions.", + " $bIGNORE$b Ignore list management.", " $bOPER$b Commands for IRC Operators.", "$b$b", " $b$N is $uNOT$u a NickServ$b! ", + " We do not 'own' nicks here. ", " see $b/msg $N HELP NOT NICKSERV$b ", " for details " ); @@ -55,7 +75,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" ( @@ -65,7 +84,6 @@ " ACCOUNT Account management.", " NICK Nick management.", " INFORMATION Other functions.", - " COMMANDS A list of all available commands.", " OPER $N commands for IRC Operators." ); }; @@ -90,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" @@ -111,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" @@ -144,25 +166,32 @@ " $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." ); "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" ); }; @@ -307,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" ( @@ -348,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).", @@ -359,16 +388,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_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_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_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_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" + ); + }; }; "OSET" ( "/msg $N OSET [ ]", @@ -377,7 +420,8 @@ "$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.", - "$bTITLE$b: The title the user will get (in there hostname) when +x.", + "$bNOTE$b: Adds a note to the user's account.", + "$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).", @@ -387,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.", ); }; @@ -398,17 +442,27 @@ "REGISTER" { "0: /services/nickserv/email_required" ( "/msg $N@$s REGISTER ", - "Register is the command to register an account with $b$N$b. Later, you can use your account and password with $bauth$b to authenticate to your account.", - "Having an account provides a single login identity for use with $b$C$b.", - "Email activation is required: An email will be sent to the email address you give containing a cookie that will let you activate your account. Once you have that cookie email, use the $bcookie$b command to activate your account.", + "$bDO NOT TYPE THE < and >!$b <> indicates required fields. ", + "Register is the command to create an an account with $b$N$b. ", + "Having an account provides a single login identity for the network, and for use with $b$C$b.", + "$b$b", + "$bEmail activation is required:$b An email will be sent to the email address you give to verify it. You must", + "provide a valid email address or registration will fail. After you register, check your email for instructions validating your account.", + "$b$b", + "If you already have an account, login using the $bAUTH$b command:", + "$b/msg $N@$s AUTH $b", "$uSee Also:$u auth, unregister" ); "1: /services/nickserv/email_enabled" ( "/msg $N@$s REGISTER [email]", + "$bDO NOT TYPE THE < and >!$b <> indicates required fields. ", "Register is the command to register an account with $b$N$b. Later, you can use your account and password with $bauth$b to authenticate to your account.", "Having an account provides a single login identity for use with $b$C$b.", "Email activation is not required: But, if you specify an email address, an email will be sent to it containing a cookie that will let you activate your account. Once you have that cookie, use the $bcookie$b command to activate your account.", - "$uSee Also:$u auth, unregister" + "$b$b", + "If you already have an account, login using the $bAUTH$b command:", + "$b/msg $N@$s AUTH $b", + "$uSee Also:$u auth, unregister" ); "2: !/services/nickserv/email_enabled" ( "/msg $N@$s REGISTER ", @@ -426,12 +480,15 @@ "$bEMAIL$b: Sets (or changes) your email address.", "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).", "$bLANGUAGE$b: Your preferred language for private messages from the services.", + "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.", "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.", "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)", "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)", "$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" ); @@ -443,12 +500,15 @@ "$bEMAIL$b: Sets (or changes) your email address.", "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).", "$bLANGUAGE$b: Your preferred language for private messages from the services.", + "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.", "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.", "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)", "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)", "$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" ); @@ -459,12 +519,15 @@ "$bCOLOR$b: If set, $b$N$b and $b$C$b will use $bbold$b and $uunderlines$u in text they send you.", "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).", "$bLANGUAGE$b: Your preferred language for private messages from the services.", + "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.", "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.", "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)", "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)", "$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" ); @@ -475,12 +538,15 @@ "$bCOLOR$b: If set, $b$N$b and $b$C$b will use $bbold$b and $uunderlines$u in text they send you.", "$bINFO$b: Your infoline for $b$N$b (which can be viewed with the $baccountinfo$b command).", "$bLANGUAGE$b: Your preferred language for private messages from the services.", + "$bSTYLE$b: Your preferred output style: normal, clean, classic, or advanced.", "$bPRIVMSG$b: If set, $b$N$b and $b$C$b will send text to you using PRIVMSGs rather than NOTICEs.", "$bTABLEWIDTH$b: Sets the width for wrapping table-formatted text. (Use 0 for the default.)", "$bWIDTH$b: The width you want X3 to wrap text it sends you. (Use 0 for the default.)", "$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" ); @@ -490,6 +556,16 @@ "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