home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / MODSUNKN.ZIP / REPLYREQ.MOD < prev    next >
Text File  |  1990-02-03  |  2KB  |  46 lines

  1. Mr. Rogers #1 @4700
  2. Wed Jan 31 23:05:33 1990
  3.  
  4. This is another neat short little mod that I think is very helpful..
  5. What it does is ask the user if he/she wants a reply to this message
  6. and at the end of the message it will say either:
  7. 6MSG. STATUS3: 1Please respond to this message. Thanks.
  8. or
  9. 6MSG. STATUS3: 1No response is neccessary.
  10.  
  11. This is very helpful for Sysop's who get a LOT of mail a day and aren't
  12. sure if they have to respond.. Anyway, on with the mod: All I did was
  13. copy most of the FIRST Tag Line mod in VARIOUS1.MOD by The Other Wayne
  14. who has a buncha handles I don't have time to list... Laugh.. anyway,
  15. I just copied the adding to the end of the message.  Oh, it will only
  16. go in EMAIL! OK, here we go!
  17.  
  18. =========== STEP 1 ========= MSGBASE.C ============================
  19. Search for (^QF) :
  20.     if (curli==0)
  21. then add a { after it so it now looks like this:
  22.     if (curli==0) {
  23. and just go on with the code:
  24.       save=0;
  25.     } else {
  26.     if (aux == "EMAIL")  {
  27.       outstr("1Would you like a response to this message? ");
  28.       if (yn()) {
  29.     curli++;
  30.         strcpy(&(lin[(curli++) *LEN]),"6MSG. STATUS3: 1Please respond to this message. Thanks."); }
  31.       else {
  32.         curli++;
  33.         strcpy(&(lin[(curli++) *LEN]),"6MSG. STATUS3: 1No response is neccessary."); }
  34.       }
  35.     }
  36.   } else {   /* EXISTING CODE */
  37.  
  38. As usual I take absolutely, postively, absosmutely NO NO NO NO responsibility
  39. for what happens after or during the installation of this mod (micromod!)..
  40. Enjoy and if you like it, E-Mail 1@4700 and say It's great! Enjoy!
  41.  
  42.                                    1Mr2.5. 3Rogers
  43.                                    112@14700
  44.  
  45. 1The Twilight Zone - 5407-483-1097 - 2Boca Raton, FL - 3HST 14.4k bps
  46.