[srvx-commits] CVS: services/src nickserv.help.m4,1.13,1.14
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-11-12 19:09:25
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv427/src
Modified Files:
nickserv.help.m4
Log Message:
remove now-redundant command names in help file entries
Index: nickserv.help.m4
===================================================================
RCS file: /cvsroot/srvx/services/src/nickserv.help.m4,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** nickserv.help.m4 11 Nov 2002 04:59:56 -0000 1.13
--- nickserv.help.m4 12 Nov 2002 19:09:23 -0000 1.14
***************
*** 36,47 ****
"$b$N$b can tell you what account a user is authenticated to using the $bUSERINFO$b command. Any problems with account registration or $b$N$b should be directed to the normal support channel.");
! "OUNREGISTER" ("$bOUNREGISTER$b",
! "/msg $N OUNREGISTER <nick|*account>",
"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).",
"$uSee Also:$u oregister");
! "UNREGISTER" ("$bUNREGISTER$b",
! "/msg $n UNREGISTER <password>",
"Un-registers the account you are authenticated as.",
"$uSee Also:$u register");},
--- 36,45 ----
"$b$N$b can tell you what account a user is authenticated to using the $bUSERINFO$b command. Any problems with account registration or $b$N$b should be directed to the normal support channel.");
! "OUNREGISTER" ("/msg $N OUNREGISTER <nick|*account>",
"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).",
"$uSee Also:$u oregister");
! "UNREGISTER" ("/msg $n UNREGISTER <password>",
"Un-registers the account you are authenticated as.",
"$uSee Also:$u register");},
***************
*** 53,95 ****
" RECLAIM Reclaim a nick registered to you.");
! "NICKINFO" ("$bNICKINFO$b",
! "/msg $N NICKINFO <nick>",
"Displays information on the nick specified.",
"$uSee Also:$u accountinfo, userinfo");
! "REGNICK" ("$bREGNICK$b",
! "/msg $N REGNICK ",
"Registers your current nick to the account you are authenticated to.",
"$uSee Also:$u register, unregister, unregnick");
! "OUNREGISTER" ("$bOUNREGISTER$b",
! "/msg $N OUNREGISTER <nick|*account>",
"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).",
"$uSee Also:$u oregister, oregnick, ounregnick");
! "OREGNICK" ("$bOREGNICK$b",
! "/msg $N OREGNICK [<nick> <nick|*account>]",
"Registers specified nick to the specified account. If nick and account are not specified, then $boregnick$b registers your current nick to the account you are authenticated to.",
"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 oregister, ounregister, ounregnick");
! "OUNREGNICK" ("$bOUNREGNICK$b",
! "/msg $N OUNREGNICK <nick>",
"Un-registers a nick that was previously registered to an account.",
"$uSee Also:$u oregister, oregnick, ounregister");
! "UNREGISTER" ("$bUNREGISTER$b",
! "/msg $N@$s UNREGISTER <password>",
"Un-registers the account you are authenticated with, and any nicks that have been registered to that account.",
"$uSee Also:$u register, regnick, unregnick");
! "UNREGNICK" ("$bUNREGNICK$b",
! "/msg $N UNREGNICK [nick]",
"Un-registers a nick that was previously registered to your account. If you do not specify a nick, your current nick will be un-registered.",
"$uSee Also:$u register, regnick, unregister");
! "RECLAIM" ("$bRECLAIM$b",
! "/msg $N RECLAIM <nick>",
"Reclaims the specified nick. You must be authenticated to the account that registered the nick.",
"Depending on configuration, this may do nothing, may ask the user nicely, may force a nick change on them, or may /KILL (disconnect) the target user.");})
--- 51,85 ----
" RECLAIM Reclaim a nick registered to you.");
! "NICKINFO" ("/msg $N NICKINFO <nick>",
"Displays information on the nick specified.",
"$uSee Also:$u accountinfo, userinfo");
! "REGNICK" ("/msg $N REGNICK ",
"Registers your current nick to the account you are authenticated to.",
"$uSee Also:$u register, unregister, unregnick");
! "OUNREGISTER" ("/msg $N OUNREGISTER <nick|*account>",
"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).",
"$uSee Also:$u oregister, oregnick, ounregnick");
! "OREGNICK" ("/msg $N OREGNICK [<nick> <nick|*account>]",
"Registers specified nick to the specified account. If nick and account are not specified, then $boregnick$b registers your current nick to the account you are authenticated to.",
"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 oregister, ounregister, ounregnick");
! "OUNREGNICK" ("/msg $N OUNREGNICK <nick>",
"Un-registers a nick that was previously registered to an account.",
"$uSee Also:$u oregister, oregnick, ounregister");
! "UNREGISTER" ("/msg $N@$s UNREGISTER <password>",
"Un-registers the account you are authenticated with, and any nicks that have been registered to that account.",
"$uSee Also:$u register, regnick, unregnick");
! "UNREGNICK" ("/msg $N UNREGNICK [nick]",
"Un-registers a nick that was previously registered to your account. If you do not specify a nick, your current nick will be un-registered.",
"$uSee Also:$u register, regnick, unregister");
! "RECLAIM" ("/msg $N RECLAIM <nick>",
"Reclaims the specified nick. You must be authenticated to the account that registered the nick.",
"Depending on configuration, this may do nothing, may ask the user nicely, may force a nick change on them, or may /KILL (disconnect) the target user.");})
***************
*** 103,126 ****
" EMAIL POLICY This network's policy on account email addresses.");
! "AUTHCOOKIE" ("$bAUTHCOOKIE$b",
! "/msg $N AUTHCOOKIE <account>",
"Requests that $N send you email with a cookie that allows you to auth to your account if you do not have a matching hostmask. (For example, if your ISP changed your IP or hostname.)",
"Once you receive the cookie in email, you can use the $bcookie$b command to log in.",
"$uSee Also:$u cookie, delcookie");
! "RESETPASS" ("$bRESETPASS$b",
! "/msg $N@$s RESETPASS <account> <newpassword>",
"Requests that $N send you email with a cookie that will change your password (in case you have forgotten it). Once you receive the cookie in email, use the $bcookie$b command to actually change your password.",
"$bYour password will not be changed, and you will not be able to use it to log in, until you confirm the change using the $ucookie$u command.$b",
"$uSee Also:$u cookie, delcookie");
! "DELCOOKIE" ("$bDELCOOKIE$b",
! "/msg $N DELCOOKIE",
"Requests that $N cancel your authcookie or resetpass cookie.",
"(Since set-email cookies and registration cookies send email to unverified addresses, to prevent mail flooding, they cannot be cancelled.)",
"$uSee Also:$u authcookie, resetpass, cookie");
! "COOKIE" ("$bCOOKIE$b",
! "/msg $N@$s COOKIE <account> <cookie>",
"Completes the maintenance action (for example, activating an account or changing your password) for which a cookie was issued. The cookie will then be forgotten.",
"$uSee Also:$u authcookie, resetpass, set, delcookie");
--- 93,112 ----
" EMAIL POLICY This network's policy on account email addresses.");
! "AUTHCOOKIE" ("/msg $N AUTHCOOKIE <account>",
"Requests that $N send you email with a cookie that allows you to auth to your account if you do not have a matching hostmask. (For example, if your ISP changed your IP or hostname.)",
"Once you receive the cookie in email, you can use the $bcookie$b command to log in.",
"$uSee Also:$u cookie, delcookie");
! "RESETPASS" ("/msg $N@$s RESETPASS <account> <newpassword>",
"Requests that $N send you email with a cookie that will change your password (in case you have forgotten it). Once you receive the cookie in email, use the $bcookie$b command to actually change your password.",
"$bYour password will not be changed, and you will not be able to use it to log in, until you confirm the change using the $ucookie$u command.$b",
"$uSee Also:$u cookie, delcookie");
! "DELCOOKIE" ("/msg $N DELCOOKIE",
"Requests that $N cancel your authcookie or resetpass cookie.",
"(Since set-email cookies and registration cookies send email to unverified addresses, to prevent mail flooding, they cannot be cancelled.)",
"$uSee Also:$u authcookie, resetpass, cookie");
! "COOKIE" ("/msg $N@$s COOKIE <account> <cookie>",
"Completes the maintenance action (for example, activating an account or changing your password) for which a cookie was issued. The cookie will then be forgotten.",
"$uSee Also:$u authcookie, resetpass, set, delcookie");
***************
*** 140,154 ****
" HELP Get help on $b$N$b.");
! "ADDMASK" ("$bADDMASK$b",
! "/msg $N ADDMASK [user@host]",
"Adds the specified user@host to the account you are authenticated to with $b$N$b. If no mask is given, it uses your current mask.",
"$uSee Also:$u auth, delmask");
! "ALLOWAUTH" ("$bALLOWAUTH$b",
! "/msg $N ALLOWAUTH <nick> [account]",
"Allows the specified nick to $bauth$b to the specified account. $bAllowauth$b does NOT add the hostmask of that nick to the specified account.",
"If no account is given, it will cancel the allowauth for the user (assuming the user has an allowauth).",
"$uSee Also:$u addmask, auth");
! "AUTH" ("$bAUTH$b",
! "/msg $N@$s AUTH [account] <password>",
"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.",
--- 126,137 ----
" HELP Get help on $b$N$b.");
! "ADDMASK" ("/msg $N ADDMASK [user@host]",
"Adds the specified user@host to the account you are authenticated to with $b$N$b. If no mask is given, it uses your current mask.",
"$uSee Also:$u auth, delmask");
! "ALLOWAUTH" ("/msg $N ALLOWAUTH <nick> [account]",
"Allows the specified nick to $bauth$b to the specified account. $bAllowauth$b does NOT add the hostmask of that nick to the specified account.",
"If no account is given, it will cancel the allowauth for the user (assuming the user has an allowauth).",
"$uSee Also:$u addmask, auth");
! "AUTH" ("/msg $N@$s AUTH [account] <password>",
"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.",
***************
*** 157,167 ****
{ "$uSee Also:$u pass"})
);
! "DELMASK" ("$bDELMASK$b",
! "/msg $N DELMASK <user@host>",
"Removes a hostmask from the account you are authenticated on.",
"An account must have at least one hostmask; you cannot remove the last mask for an account.",
"$uSee Also:$u addmask");
! "ACCOUNTINFO" ("$bACCOUNTINFO$b",
! "/msg $N ACCOUNTINFO <nick|*account>",
"Displays infomation on the specified account, including the date the account was registered, the last time that person was seen, the account's $b$N$b info, its flags, its hostmask(s), its channels, and the account's current nickname.",
"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).",
--- 140,148 ----
{ "$uSee Also:$u pass"})
);
! "DELMASK" ("/msg $N DELMASK <user@host>",
"Removes a hostmask from the account you are authenticated on.",
"An account must have at least one hostmask; you cannot remove the last mask for an account.",
"$uSee Also:$u addmask");
! "ACCOUNTINFO" ("/msg $N ACCOUNTINFO <nick|*account>",
"Displays infomation on the specified account, including the date the account was registered, the last time that person was seen, the account's $b$N$b info, its flags, its hostmask(s), its channels, and the account's current nickname.",
"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).",
***************
*** 181,203 ****
"$bn$b No-delete (will never be unregistered for inactivity)",
"$uSee Also:$u accountinfo, set");
! "OADDMASK" ("$bOADDMASK$b",
! "/msg $N OADDMASK <nick|*account> <user@host>",
"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).",
"$uSee Also:$u odelmask");
! "ODELMASK" ("$bODELMASK$b",
! "/msg $N ODELMASK <nick|*account> <user@host>",
"Removes a hostmask from the specified account.",
"An account must have at least one hostmask; you cannot remove the last mask for an 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).",
"$uSee Also:$u oaddmask");
! "OREGISTER" ("$bOREGISTER$b",
! "/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 then nick of an online user is specified, then that user's user@host is used.",
ifdef({/services/nickserv/disable_nicks},
{ "$uSee Also:$u ounregister"},
{ "$uSee Also:$u oregnick, ounregister, ounregnick"}));
! "OSET" ("$bOSET$b",
! "/msg $N OSET <nick|*account> [<setting> <value>]",
"Changes an account's settings for srvx. In addition to the normal $bset$b settings, you may set:",
"$bPASSWORD$b: Sets user's password.",
--- 162,180 ----
"$bn$b No-delete (will never be unregistered for inactivity)",
"$uSee Also:$u accountinfo, set");
! "OADDMASK" ("/msg $N OADDMASK <nick|*account> <user@host>",
"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).",
"$uSee Also:$u odelmask");
! "ODELMASK" ("/msg $N ODELMASK <nick|*account> <user@host>",
"Removes a hostmask from the specified account.",
"An account must have at least one hostmask; you cannot remove the last mask for an 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).",
"$uSee Also:$u oaddmask");
! "OREGISTER" ("/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 then nick of an online user is specified, then that user's user@host is used.",
ifdef({/services/nickserv/disable_nicks},
{ "$uSee Also:$u ounregister"},
{ "$uSee Also:$u oregnick, ounregister, ounregnick"}));
! "OSET" ("/msg $N OSET <nick|*account> [<setting> <value>]",
"Changes an account's settings for srvx. In addition to the normal $bset$b settings, you may set:",
"$bPASSWORD$b: Sets user's password.",
***************
*** 209,217 ****
{ "$uSee Also:$u accountinfo, account flags, set, userinfo"},
{ "$uSee Also:$u accountinfo, account flags, nickinfo, set, userinfo"}));
! "PASS" ("$bPASS$b",
! "/msg $N@$s PASS <oldpass> <newpass>",
"Changes your $b$N$b password.",
"$uSee Also:$u auth");
! "REGISTER" ("$bREGISTER$b",
ifdef({/services/nickserv/email_enabled},
{ifdef({/services/nickserv/email_required},
--- 186,193 ----
{ "$uSee Also:$u accountinfo, account flags, set, userinfo"},
{ "$uSee Also:$u accountinfo, account flags, nickinfo, set, userinfo"}));
! "PASS" ("/msg $N@$s PASS <oldpass> <newpass>",
"Changes your $b$N$b password.",
"$uSee Also:$u auth");
! "REGISTER" (
ifdef({/services/nickserv/email_enabled},
{ifdef({/services/nickserv/email_required},
***************
*** 228,233 ****
{ "$uSee Also:$u auth, unregister"},
{ "$uSee Also:$u auth, regnick, unregister, unregnick"}));
! "SET" ("$bSET$b",
! "/msg $N SET [<setting> [value]]",
"Changes your account settings for srvx. Settings are:",
"$bANNOUNCEMENTS$b: Indicates whether you wish to receive community announcements via the $G service.",
--- 204,208 ----
{ "$uSee Also:$u auth, unregister"},
{ "$uSee Also:$u auth, regnick, unregister, unregnick"}));
! "SET" ("/msg $N SET [<setting> [value]]",
"Changes your account settings for srvx. Settings are:",
"$bANNOUNCEMENTS$b: Indicates whether you wish to receive community announcements via the $G service.",
***************
*** 244,277 ****
{ "$uSee Also:$u accountinfo, userinfo"},
{ "$uSee Also:$u accountinfo, nickinfo, userinfo"}));
! "STATUS" ("$bSTATUS$b",
! "/msg $N STATUS",
ifdef({/services/nickserv/disable_nicks},
{ "Displays information about the status of $b$N$b, including the total number of accounts in its database."},
{ "Displays information about the status of $b$N$b, including the total number of accounts and nicks that are registered in its database, and how many nicks are registered to your account (if you are authenticated to one)."}));
! "USERINFO" ("$bUSERINFO$b",
! "/msg $N USERINFO <nick>",
"Shows what account the nick specified is authenticated to.",
"$uSee Also:$u auth, accountinfo");
! "VERSION" ("$bVERSION$b",
! "/msg $N VERSION",
"Sends you the srvx version and some additional version information that is specific to $b$N$b.");
! "WRITE" ("$bWRITE$b",
! "/msg $N WRITE",
"Writes the $b$N$b database to disk.");
! "GHOST" ("$bGHOST$b",
! "/msg $N GHOST <nick>",
"This disconnects an old client that is authed to your account. This is $bnot$b the same thing as nick ownership; the user $bmust$b be authenticated to the same account you are.",
"$uSee Also:$u auth");
! "RENAME" ("$bRENAME$b",
! "/msg $N RENAME <nick|*old-account> <new-account>",
"Renames an account.",
"This command is only accessible to helpers and IRC operators.",
"$uSee Also:$u merge");
! "VACATION" ("$bVACATION$b",
! "/msg $N VACATION",
"Marks your account as \"on vacation\" until the next time you authenticate to $N.",
"While you are \"on vacation\", your account will not be deleted for inactivity.");
! "SEARCH" ("$bSEARCH$b",
! "/msg $N SEARCH <action> <criteria> <value> [<criteria> <value>]...",
"Searches for accounts matching the critera, and then does something to them.",
"$uSee Also:$u search action, search criteria");
--- 219,244 ----
{ "$uSee Also:$u accountinfo, userinfo"},
{ "$uSee Also:$u accountinfo, nickinfo, userinfo"}));
! "STATUS" ("/msg $N STATUS",
ifdef({/services/nickserv/disable_nicks},
{ "Displays information about the status of $b$N$b, including the total number of accounts in its database."},
{ "Displays information about the status of $b$N$b, including the total number of accounts and nicks that are registered in its database, and how many nicks are registered to your account (if you are authenticated to one)."}));
! "USERINFO" ("/msg $N USERINFO <nick>",
"Shows what account the nick specified is authenticated to.",
"$uSee Also:$u auth, accountinfo");
! "VERSION" ("/msg $N VERSION",
"Sends you the srvx version and some additional version information that is specific to $b$N$b.");
! "WRITE" ("/msg $N WRITE",
"Writes the $b$N$b database to disk.");
! "GHOST" ("/msg $N GHOST <nick>",
"This disconnects an old client that is authed to your account. This is $bnot$b the same thing as nick ownership; the user $bmust$b be authenticated to the same account you are.",
"$uSee Also:$u auth");
! "RENAME" ("/msg $N RENAME <nick|*old-account> <new-account>",
"Renames an account.",
"This command is only accessible to helpers and IRC operators.",
"$uSee Also:$u merge");
! "VACATION" ("/msg $N VACATION",
"Marks your account as \"on vacation\" until the next time you authenticate to $N.",
"While you are \"on vacation\", your account will not be deleted for inactivity.");
! "SEARCH" ("/msg $N SEARCH <action> <criteria> <value> [<criteria> <value>]...",
"Searches for accounts matching the critera, and then does something to them.",
"$uSee Also:$u search action, search criteria");
***************
*** 297,307 ****
" ACCESS - An $O access constraint (<nnn, <=nnn, =nnn, >=nnn or >nnn)",
"$uSee Also:$u search, search action");
! "MERGE" ("$bMERGE$b",
! "/msg $N MERGE <from-nick|*from-account> <to-nick|*to-account>",
"Merge access from $bfrom-account$b into $bto-account$b. This includes hostmasks, registered nicks, authed users, access in channels, and OpServ access (if any). If $bto-account$b has equal or greater access than $bfrom-account$b (or more a general hostmask, etc), $bto-account$b keeps that information.",
"This command is only accessible to helpers and IRC operators.",
"$uSee Also:$u rename");
! "MERGEDB" ("$bMERGEDB$b",
! "/msg $N MERGE <dbfilename>",
"Merge contents of $bdbfilename$b into in-memory database. Any accounts in both will be $bOVERWRITTEN$b with the information from $bdbfilename$b, although authed users will be authed to the new account.",
"This command is only accessible to IRC operators.",
--- 264,272 ----
" ACCESS - An $O access constraint (<nnn, <=nnn, =nnn, >=nnn or >nnn)",
"$uSee Also:$u search, search action");
! "MERGE" ("/msg $N MERGE <from-nick|*from-account> <to-nick|*to-account>",
"Merge access from $bfrom-account$b into $bto-account$b. This includes hostmasks, registered nicks, authed users, access in channels, and OpServ access (if any). If $bto-account$b has equal or greater access than $bfrom-account$b (or more a general hostmask, etc), $bto-account$b keeps that information.",
"This command is only accessible to helpers and IRC operators.",
"$uSee Also:$u rename");
! "MERGEDB" ("/msg $N MERGE <dbfilename>",
"Merge contents of $bdbfilename$b into in-memory database. Any accounts in both will be $bOVERWRITTEN$b with the information from $bdbfilename$b, although authed users will be authed to the new account.",
"This command is only accessible to IRC operators.",
|