AreaFix has to start somewhere
This commit is contained in:
parent
dcc5deb77c
commit
bf96b00476
|
@ -19,7 +19,8 @@ Uses
|
|||
BBS_MsgBase_Squish,
|
||||
mUtil_Common,
|
||||
mUtil_Status,
|
||||
mUtil_EchoCore;
|
||||
mUtil_EchoCore,
|
||||
mUtil_EchoFix;
|
||||
|
||||
// Also create SavePKTMsgToFile and change export to use it... and for
|
||||
// downlinks too
|
||||
|
@ -113,8 +114,8 @@ Var
|
|||
Inc (Status);
|
||||
|
||||
If PKT.MsgArea = 'NETMAIL' Then Begin
|
||||
// areafix etc here
|
||||
|
||||
If Not ProcessedByAreaFix(PKT) Then
|
||||
If GetMBaseByNetZone (PKT.PKTHeader.DestZone, MBase) Then Begin
|
||||
For Count := 1 to ForwardSize Do
|
||||
If strUpper(strWordGet(1, ForwardList[Count], ';')) = strUpper(PKT.MsgTo) Then
|
||||
|
|
Loading…
Reference in New Issue