home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / MODSUNKN.ZIP / DELMAIL.MOD < prev    next >
Text File  |  1992-12-01  |  2KB  |  48 lines

  1. Parker Prospect #1 @9964
  2. Fri Mar 09 13:00:40 1990
  3.           +---------------------------------------------------------+
  4.           + Save Mail AND AutoReply Mod                             +
  5.           +---------------------------------------------------------+
  6.  
  7. I want to say two things.  First off, I lost my second partition of my 
  8. hard drive, so that is why I don't have all the lines in my mod message 
  9. justified (all line ends even), and that is also why the mod title is not 
  10. centered.  Anyway, the SECOND thing I want to say is that I am sure there 
  11. are a billion and a half mods that do the same thing as this one does.  I 
  12. just wanted to get it out to those sysops who are un-programming sysops 
  13. and just need to know where to insert and where to delete...
  14.                                                        - PP Feb 25, 1990
  15.  
  16.                      ************************************
  17.                      ************** Legend **************
  18.                      ************************************
  19.                      * %% Delete Line                   *
  20.                      * -- Search for Line, DON'T CHANGE *
  21.                      * ++ Add Line                      *
  22.                      * -+ Modify Line                   *
  23.                      ************************************
  24.  
  25. ------------------------------------------------------------------------
  26. Step #1 <MSGBASE1.C>: in void readmail...
  27.  
  28. --          strcat(s,date());
  29. --          if ((m.fromsys==0) && (m.fromuser!=65535))
  30. --            ssm(m.fromuser,m.fromsys,s);
  31. ++          prt(5, "Delete this piece of mail? ");
  32. ++          if (yn())
  33. --            delmail(f,mloc[curmail]);
  34. --          mloc[curmail]=-1;
  35. --        case 'S':
  36.  
  37. ------------------------------------------------------------------------
  38. Final Step
  39.  
  40. Compile the BBS... and look for more mods by Parker Prospect!
  41.  
  42. ------------------------------------------------------------------------
  43. Disclaimer
  44.  
  45. I, Jeff Garzik, claim no liability for this mod, or for any damage that
  46. may have resulted from the use of this mod.  I also attach no
  47. warranty, expressed OR implied, to this product.
  48.