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 >
Wrap
Text File
|
1993-12-18
|
1KB
|
29 lines
┌────────────────────────────────────────────────────────────────────────────┐
│ Mod Name: SCAN.MOD Mod Authors: Originally done by Flyer │
│ Difficulty: Simple │
│ WWIV Version: upgraded for 4.23 │
│ Files Affected: LILO.C │
│ Description: Asks a user if they would like to scan for new messages │
│ when they log on. As Flyer stated, it's a dink mod. │
└────────────────────────────────────────────────────────────────────────────┘
1. Back up your source.
2. Load LILO.C into your editor and search for
setiia(90);
right after that line add these 5 lines
nl();
prt(2,"^7Scan for new messages^6[^2Y^0/^2N^6]^7?");
if (yn()) {
nscan(0);
}
3. replace the ^ with ^P^C for your colors in the prt statement.
4. Recompile and you're done.
3-=≡{1δnowman3}≡=-0