added PC75 command

This commit is contained in:
minima 2000-08-26 12:18:45 +00:00
parent 685da1fc8a
commit bdea2174f3
3 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,7 @@
26Aug00=======================================================================
1. make blank origins on messages the node call.
2. added new version of FAQ from Ian G0VGS
3. added a dummy PC75 command (WCY merge?)
25Aug00=======================================================================
1. moan about and then delete empty message files
24Aug00=======================================================================

View File

@ -761,7 +761,7 @@ sub init
@msg = ();
for (sort @dir) {
next unless /^m\d+$/o;
next unless /^m\d\d\d\d\d\d$/;
$ref = read_msg_header("$msgdir/$_");
unless ($ref) {

View File

@ -886,6 +886,13 @@ sub normal
return;
}
if ($pcno == 75) { # dunno but route it
if ($field[1] ne $main::mycall) {
$self->route($field[1], $line);
}
return;
}
if ($pcno == 73) { # WCY broadcasts
# do some de-duping