home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / SYSOP / MODS1.ZIP / SCAN.423 < prev    next >
Text File  |  1993-12-18  |  1KB  |  29 lines

  1. ┌────────────────────────────────────────────────────────────────────────────┐
  2. │ Mod Name: SCAN.MOD         Mod Authors: Originally done by Flyer           │
  3. │ Difficulty: Simple                                                         │
  4. │ WWIV Version: upgraded for 4.23                                            │
  5. │ Files Affected: LILO.C                                                     │
  6. │ Description: Asks a user if they would like to scan for new messages       │
  7. │              when they log on. As Flyer stated, it's a dink mod.           │
  8. └────────────────────────────────────────────────────────────────────────────┘
  9.  
  10. 1. Back up your source.
  11.  
  12. 2. Load LILO.C into your editor and search for
  13.  
  14.          setiia(90);
  15.  
  16. right after that line add these 5 lines
  17.  
  18.          nl();
  19.            prt(2,"^7Scan for new messages^6[^2Y^0/^2N^6]^7?");
  20.            if (yn()) {
  21.            nscan(0);
  22.        }
  23.  
  24. 3. replace the ^ with ^P^C for your colors in the prt statement.
  25.  
  26. 4. Recompile and you're done.
  27.  
  28.                                       3-=≡{1δnowman3}≡=-0
  29.