home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / PRE412.ZIP / ELRIC9.MOD < prev    next >
Text File  |  1990-04-21  |  2KB  |  61 lines

  1. Welcome to Lord Elric's Mod #9. That's right, just about to go to double
  2. digits. Well, as soon as I get some stuff I am working on written up, I will
  3. be up to 12, but anyway, here it is....
  4.  
  5. Re-anonamous messages.
  6. Ever been scrolling through the message base and accidently
  7. un-anonomized a message? (anonomized? Oh well, you know what I meant.)
  8. This makes the U command work two ways. If you use it on a message, it will
  9. toggle the anonomous status of the message, so you can make any message you
  10. want anon.
  11.  
  12. 1. Load up MSGBASE1.C. Search down to void scan. Find the line "  case 'U': "
  13. Then, fix up the case so it looks like this....
  14. = existing line
  15. + add line
  16.  
  17. =          case 'U':
  18. =        if ((lcs()) && (msgnum>0) && (msgnum<=nummsgs)) {
  19. +          if (msgs[msgnum].anony==0) {
  20. +            msgs[msgnum].anony=1;
  21. +            bchanged=1;
  22. +            nl();
  23. +            pl("Message is anonymous now");
  24. +            }
  25. +          else
  26. +            {
  27. =             msgs[msgnum].anony=0;
  28. =             bchanged=1;
  29. =             nl();
  30. =             pl("Message is not anonymous now.");
  31. +            }
  32. =        }
  33. =        break;
  34.  
  35. Step 2. Now just compile this thing, and you are ready to go.
  36.  
  37.  
  38. /** hey, it's the form info file **/
  39. As usual, I take no responsibility for hard drive crashes, death in the
  40. family, or end of the world as we know it resulting from this mod.
  41.  
  42. It's your fault if you didn't back up the files before you made the mod.
  43.  
  44. It's your fault if you don't back up your ENTIRE hard drive AT LEAST once
  45. a month.
  46.  
  47. It works on my system with Turbo C 2.0, WWIV 4.1, V20/8088, 640K/640EMS.
  48.  
  49. If you use this, the only payment I ask is that you send me a note through
  50. WWIVLink to 1@18251 saying you are using it...not too much to ask is it?
  51.  
  52. The Kingdom of Melnibone(LINK/NET)
  53. 812-877-3488  24 Hrs a day
  54. 3/12/2400/4800/9600/12,000/14,400 baud HST MNP5
  55. Auto-validation of WWIV sysops on first call
  56. Xmodem, Ymodem, DSZ Zmodem with retry, Ymodem-G
  57.  
  58. WWIV Link  1@18251
  59.  
  60. WWIV Net   1@8251
  61.