Add Zmodem/BINKP/EMSI

This commit is contained in:
Deon George
2021-04-01 21:59:15 +11:00
parent 619cabb751
commit b94e39c7af
33 changed files with 8216 additions and 42 deletions

View File

@@ -60,7 +60,11 @@ class ImportPacket extends Command
'msgid'=>$o->msgid,
]);
$oo->area = $o->echoarea;
if (md5(utf8_decode($eo->message)) == md5($o->message))
{
$this->warn(sprintf('Duplicate message: %s@%s with id: %s',$o->from,$o->fqfa,$o->msgid));
break 2;
}
break;
@@ -150,4 +154,4 @@ class ImportPacket extends Command
}
}
}
}
}