Patches from Redy Rodriguez

This commit is contained in:
Michiel Broek
2002-02-21 20:35:22 +00:00
parent 06b71d90c8
commit 85ff404a12
4 changed files with 21 additions and 18 deletions

View File

@@ -183,8 +183,10 @@ int StartReply(ff_list *ffl)
Msg.Written = time(NULL);
Msg.Arrived = time(NULL);
Msg.Local = TRUE;
if (scanmgr.NetReply)
if (scanmgr.NetReply){
Msg.Netmail = TRUE;
sprintf(Msg.ToAddress, "%d:%d/%d.%d", ffl->zone, ffl->net, ffl->node, ffl->point);
}
else
Msg.Echomail = TRUE;