home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / EVENTS / AUTOM5.ZIP / AUTO.MOD < prev    next >
Text File  |  1996-08-13  |  3KB  |  81 lines

  1. ┌────────────────────────────────────────────────────────────────────────────┐
  2. │ Mod Name       : Allow the Use of Automessage Maker Via normal Automessage │
  3. │ Mod File Name  : AUTO.MOD                                                  │
  4. │ Mod Author     : Ram Man (Andrew Baker)                                    │
  5. │ Mod WWIV ver.  : 4.24a should work with 4.22-4.24a                         │
  6. │ Mod Date       : 08/04/96                                                  │
  7. │ Mod Difficulty : ▓░░░░░░░░░ My Goldfish can do this one!                   │
  8. └────────────────────────────────────────────────────────────────────────────┘
  9.  
  10.  
  11. ┌───────────────┐
  12. │Mod Description│
  13. └───────────────┴─────────────────────────────────────────────────────────────
  14.     Allows the use of the Great program by Ram Man titled Automessage 
  15. maker to be called instead of WWIV's own automessage routines. Which I think
  16. leave alot to be desired.The Mod is not nessicary for use of automessage
  17. maker but if you don't some feature in the program are pointless. Such as 
  18. Bans, Lock, Time lock, and others.
  19.  
  20.  
  21. ┌──────────┐
  22. │Disclaimer│
  23. └──────────┴──────────────────────────────────────────────────────────────────
  24. I am 100% not responable if you computer does anything wrong. If your main
  25. proccessor has a fight with your stealth 64, they take off and never come 
  26. back. I'm not resopnible if your spouse thinks you spend too much time with
  27. the bbs, runs out on you acidentaly burns your winning 400 million dollar
  28. lotto ticket, wrecks your corvet, makes you go bald, and takes your children
  29. I AM NOT RESPONIBLE. You install the Mod and You take the chances (not that
  30. this mod will do any of those things (if it does I'm a better programer then
  31. I thought and I want to be paid in full) ok this is getting confusing so I'll
  32. stop now) 
  33.  
  34.  
  35.  
  36. ┌──────────┐
  37. │Directions│
  38. └──────────┘
  39. Tested on Stock WWIV 4.24/4.24a with Borland C+ 3.1
  40.  
  41. ┌──────┐
  42. │Step 1│
  43. └──────┴──────────────────────────────────────────────────────────────────────
  44. Back Up your source.
  45. ┌──────┐
  46. │Step 2│
  47. └──────┴──────────────────────────────────────────────────────────────────────
  48. Check to make sure it's backed up
  49. ┌──────┐
  50. │Step 3│
  51. └──────┴──────────────────────────────────────────────────────────────────────
  52.  
  53.      Open mmenu.c
  54.  
  55.      Delete or Comment out (Commenting out is recommended) the 
  56.      
  57. Case 'A':
  58.  
  59.      and replace it with this
  60.            
  61.       /*Auto.exe mod start*/
  62.       case 'A':
  63.         sysoplog("-=- 2Loaded Automessage Maker");
  64.         extern_prog("auto.bat",EFLAG_SHRINK|EFLAG_FILES);
  65.         break;
  66.       /*Auto.exe mod end*/
  67.       
  68.  
  69. ┌──────┐
  70. │Step 4│
  71. └──────┴──────────────────────────────────────────────────────────────────────
  72.  
  73.       Save mmenu.c
  74.  
  75. ┌──────┐
  76. │Step 5│
  77. └──────┴──────────────────────────────────────────────────────────────────────
  78.       
  79.       Recompile. (MAKE FCNS is not Necessary)
  80.       
  81.