For MB changes
This commit is contained in:
parent
d270e44ef7
commit
f4162f4da3
|
@ -405,13 +405,14 @@ Type
|
||||||
NewsName : String[60];
|
NewsName : String[60];
|
||||||
FileName : String[40];
|
FileName : String[40];
|
||||||
Path : String[mysMaxPathSize];
|
Path : String[mysMaxPathSize];
|
||||||
BaseType : Byte;
|
BaseType : Byte; // 0=JAM 1=Squish
|
||||||
NetType : Byte;
|
NetType : Byte; // 0=Local 1=Echo 2=News 3=Net
|
||||||
ReadType : Byte;
|
ReadType : Byte; // 0=User 1=Normal 2=FS
|
||||||
ListType : Byte;
|
ListType : Byte; // 0=User 1=Normal 2=FS
|
||||||
ListACS : String[mysMaxAcsSize];
|
ListACS : String[mysMaxAcsSize];
|
||||||
ReadACS : String[mysMaxAcsSize];
|
ReadACS : String[mysMaxAcsSize];
|
||||||
PostACS : String[mysMaxAcsSize];
|
PostACS : String[mysMaxAcsSize];
|
||||||
|
NewsACS : String[mysMaxACsSize];
|
||||||
SysopACS : String[mysMaxAcsSize];
|
SysopACS : String[mysMaxAcsSize];
|
||||||
Sponsor : String[30];
|
Sponsor : String[30];
|
||||||
ColQuote : Byte;
|
ColQuote : Byte;
|
||||||
|
@ -419,10 +420,10 @@ Type
|
||||||
ColTear : Byte;
|
ColTear : Byte;
|
||||||
ColOrigin : Byte;
|
ColOrigin : Byte;
|
||||||
ColKludge : Byte;
|
ColKludge : Byte;
|
||||||
NetAddr : Byte; { Net AKA to use for this base }
|
NetAddr : Byte; // Net AKA to use for this base
|
||||||
Origin : String[50]; { Net origin line for this base }
|
Origin : String[50]; // Net origin line for this base
|
||||||
DefNScan : Byte; { 0 = off, 1 = on, 2 = always }
|
DefNScan : Byte; // 0 = off, 1 = on, 2 = forced
|
||||||
DefQScan : Byte; { 0 = off, 1 = on, 2 = always }
|
DefQScan : Byte; // 0 = off, 1 = on, 2 = forced
|
||||||
MaxMsgs : Word;
|
MaxMsgs : Word;
|
||||||
MaxAge : Word;
|
MaxAge : Word;
|
||||||
Header : String[20];
|
Header : String[20];
|
||||||
|
@ -430,7 +431,7 @@ Type
|
||||||
ITemplate : String[20];
|
ITemplate : String[20];
|
||||||
Index : Word;
|
Index : Word;
|
||||||
Flags : LongInt;
|
Flags : LongInt;
|
||||||
Res : Array[1..110] of Byte;
|
Res : Array[1..74] of Byte;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
FScanRec = Record { <Data Path> *.SCN }
|
FScanRec = Record { <Data Path> *.SCN }
|
||||||
|
|
Loading…
Reference in New Issue