home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
BBS
/
ALIA173C.ZIP
/
RSB2ALIA
< prev
next >
Wrap
Text File
|
1991-12-18
|
1KB
|
34 lines
* ------------[ BLED merge (c) Ken Goosens ]-------------
* Merge this against RBBSSUB2.BAS to produce RBBSSUB2.NEW
* RBBSSUB2.BAS: Date 9-23-1990 Size 138257 bytes
* ------------[ Created 10-09-1990 01:39:13 ]------------
* REPLACING old line(s) by new
2060 ZOutTxt$ = "Make message p(U)blic, p(R)ivate, (P)assword protected, (H)elp"
* ------[ first line different ]------
IF INSTR(ZAliasFile$,ZActiveMessageFile$) > 0 THEN _ 'Alias
ZOutTxt$ = "Make message p(U)blic, (P)assword protected, (H)elp" 'Alias0423
IF MsgPswd$ = "^READ^" THEN _
DefaultProt$ = "R" : _
GOTO 2065
IF LEFT$(MsgPswd$,1) = "!" THEN _
DefaultProt$ = "P" _
ELSE _
DefaultProt$ = "U"
* REPLACING old line(s) by new
2065 MID$(ZOutTxt$,INSTR(ZOutTxt$,"("+DefaultProt$+")"),3) = "["+DefaultProt$+"]"
ZTurboKey = -ZTurboKeyUser
GOSUB 2096
IF ZWasQ = 0 THEN _
ZUserIn$(ZAnsIndex) = DefaultProt$
ZWasZ$ = LEFT$(ZUserIn$(ZAnsIndex),1)
CALL AllCaps (ZWasZ$)
* ------[ first line different ]------
IF INSTR(ZAliasFile$,ZActiveMessageFile$) > 0 THEN _ 'Alias
ON INSTR("RUPH",ZWasZ$) GOTO 2075,2090,2075,2070 : _ 'TB121891
GOTO 2060 'Alias
ON INSTR("RUPH",ZWasZ$) GOTO 2075,2090,2075,2070
GOTO 2060
'
' ** DISPLAY MESSAGE PROTECT HELP *
'