Cleanup
This commit is contained in:
parent
19a750a2bc
commit
4e59c0619f
|
@ -56,9 +56,9 @@ Type
|
||||||
|
|
||||||
RecMessageText = Array[1..mysMaxMsgLines] of String[79];
|
RecMessageText = Array[1..mysMaxMsgLines] of String[79];
|
||||||
|
|
||||||
AccessFlagType = Set of 1..25; { flags A to Z }
|
AccessFlagType = Set of 1..25;
|
||||||
|
|
||||||
RecEchoMailAddr = Record { FidoNet-style network address }
|
RecEchoMailAddr = Record
|
||||||
Zone,
|
Zone,
|
||||||
Net,
|
Net,
|
||||||
Node,
|
Node,
|
||||||
|
@ -73,13 +73,13 @@ Type
|
||||||
iMax : Byte;
|
iMax : Byte;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
RecConfig = Record // MYSTIC.DAT
|
RecConfig = Record // MYSTIC.DAT
|
||||||
// INTERNALS
|
// INTERNALS
|
||||||
DataChanged : String[8]; // Version of last data change
|
DataChanged : String[8]; // Version of last data change
|
||||||
SystemCalls : LongInt; // system caller number
|
SystemCalls : LongInt; // system caller number
|
||||||
UserIdxPos : LongInt; // permanent user # position
|
UserIdxPos : LongInt; // permanent user # position
|
||||||
// SYSTEM PATHS
|
// SYSTEM PATHS
|
||||||
SystemPath : String[mysMaxPathSize];
|
SystemPath : String[mysMaxPathSize]; // Root mystic path
|
||||||
DataPath : String[mysMaxPathSize];
|
DataPath : String[mysMaxPathSize];
|
||||||
LogsPath : String[mysMaxPathSize];
|
LogsPath : String[mysMaxPathSize];
|
||||||
MsgsPath : String[mysMaxPathSize];
|
MsgsPath : String[mysMaxPathSize];
|
||||||
|
@ -97,17 +97,17 @@ Type
|
||||||
SysopPW : String[15];
|
SysopPW : String[15];
|
||||||
SystemPW : String[15];
|
SystemPW : String[15];
|
||||||
FeedbackTo : String[30];
|
FeedbackTo : String[30];
|
||||||
Inactivity : Word; // Inactivity seconds (0=disabled)
|
Inactivity : Word; // Inactivity seconds (0=disabled)
|
||||||
DefStartMenu : String[20]; // Default start menu
|
DefStartMenu : String[20]; // Default start menu
|
||||||
DefFallMenu : String[20];
|
DefFallMenu : String[20];
|
||||||
DefThemeFile : String[20];
|
DefThemeFile : String[20];
|
||||||
DefTermMode : Byte;
|
DefTermMode : Byte;
|
||||||
DefScreenSize : Byte;
|
DefScreenSize : Byte;
|
||||||
DefScreenCols : Byte;
|
DefScreenCols : Byte;
|
||||||
ChatStart : SmallInt; // Chat hour start
|
ChatStart : SmallInt; // Chat hour start
|
||||||
ChatEnd : SmallInt; // Chat hour end: mins since midnight
|
ChatEnd : SmallInt; // Chat hour end: mins since midnight
|
||||||
ChatFeedback : Boolean; // E-mail sysop if page isn't answered
|
ChatFeedback : Boolean; // E-mail sysop if page isn't answered
|
||||||
ChatLogging : Boolean; // Record SysOp chat to CHAT.LOG?
|
ChatLogging : Boolean; // Record SysOp chat to CHAT.LOG?
|
||||||
AcsSysop : String[mysMaxAcsSize];
|
AcsSysop : String[mysMaxAcsSize];
|
||||||
// LOGIN/MATRIX
|
// LOGIN/MATRIX
|
||||||
LoginTime : Byte;
|
LoginTime : Byte;
|
||||||
|
|
Loading…
Reference in New Issue