Fixed areamgr/filemgr help spelling errors
This commit is contained in:
parent
0f7a8101f8
commit
bc1f30a703
@ -4629,6 +4629,9 @@ v0.33.20 10-Feb-2002
|
|||||||
between the sysop name and fidonet aka.
|
between the sysop name and fidonet aka.
|
||||||
When creating a filefind netmail reply there was no
|
When creating a filefind netmail reply there was no
|
||||||
destination address.
|
destination address.
|
||||||
|
Corrected spelling errors in the Areamgr and Filemgr help
|
||||||
|
messages.
|
||||||
|
|
||||||
mball:
|
mball:
|
||||||
Will not crash anymore when it needs more then 10 minutes to
|
Will not crash anymore when it needs more then 10 minutes to
|
||||||
create the allfiles and newfiles lists.
|
create the allfiles and newfiles lists.
|
||||||
|
@ -88,7 +88,7 @@ void A_Help(faddr *t, char *replyid)
|
|||||||
|
|
||||||
if ((fp = SendMgrMail(t, CFG.ct_KeepMgr, FALSE, (char *)"Areamgr", (char *)"AreaMgr help", replyid)) != NULL) {
|
if ((fp = SendMgrMail(t, CFG.ct_KeepMgr, FALSE, (char *)"Areamgr", (char *)"AreaMgr help", replyid)) != NULL) {
|
||||||
fprintf(fp, "Address all requests to '%s' (without quotes)\r", (char *)"Areamgr");
|
fprintf(fp, "Address all requests to '%s' (without quotes)\r", (char *)"Areamgr");
|
||||||
fprintf(fp, "Youre AreaMgr password goes on the subject line.\r\r");
|
fprintf(fp, "Your AreaMgr password goes on the subject line.\r\r");
|
||||||
|
|
||||||
fprintf(fp, "In the body of the message to AreaMgr:\r\r");
|
fprintf(fp, "In the body of the message to AreaMgr:\r\r");
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ void F_Help(faddr *t, char *replyid)
|
|||||||
|
|
||||||
if ((fp = SendMgrMail(t, CFG.ct_KeepMgr, FALSE, (char *)"Filemgr", (char *)"FileMgr help", replyid)) != NULL) {
|
if ((fp = SendMgrMail(t, CFG.ct_KeepMgr, FALSE, (char *)"Filemgr", (char *)"FileMgr help", replyid)) != NULL) {
|
||||||
fprintf(fp, "Address all requests to '%s' (without quotes)\r", (char *)"Filemgr");
|
fprintf(fp, "Address all requests to '%s' (without quotes)\r", (char *)"Filemgr");
|
||||||
fprintf(fp, "Youre FileMgr password goes on the subject line.\r\r");
|
fprintf(fp, "Your FileMgr password goes on the subject line.\r\r");
|
||||||
|
|
||||||
fprintf(fp, "In the body of the message to FileMgr:\r\r");
|
fprintf(fp, "In the body of the message to FileMgr:\r\r");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user