home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
WWIVMODS
/
MODSUNKN.ZIP
/
CORNEW.MOD
< prev
next >
Wrap
Text File
|
1992-12-01
|
2KB
|
71 lines
A corrected NEWSCAN mod
*********************************************************************
* TwO PunKs *
* *
* *
* 1@8406 New Scan First 1@8410 *
* 804-320-6305 Before Online Games 804-780-9622 *
*********************************************************************
Key:
$ Search
* Original Line
+ Add line
- Delete line
! Change Line
*********************************************************************
First in VARS.H add to the end of it:
int readcall;
*********************************************************************
Second in BBS.C add to the end of the other extern statements
extern int readcall;
*********************************************************************
Third:
$ case 'N':
+ readcall=1;
* express=0;
*********************************************************************
Forth:
$ case '.':
+ if ((readcall!=1)) {
+ nl();
+ prt(2,"You must NEWSCAN before you can play the online games.");
+ nl();
+ nl();
+ return;
+ }
* do_chains();
* break;
*********************************************************************
Fifth:
In BBSUTL.C add
extern int readcall;
below all the other externs.
*********************************************************************
Sixth:
$ print("WWIVnet node
* nl();
* nl();
+ readcall=0;
*********************************************************************
TwO PunKs
1@8406 1@8410
_____________________________________________________________________