Make talk flood route
authorDirk Koopman <djk@tobit.co.uk>
Wed, 20 Mar 2024 16:30:40 +0000 (16:30 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 20 Mar 2024 16:30:40 +0000 (16:30 +0000)
Changes
cmd/talk.pl

diff --git a/Changes b/Changes
index 05c67fbe4efff15add7ce075b4a3033888e990b6..ef87e440cd8824648542ea62b90f3dc7626dc2c2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,9 @@
    
    The Filter system will now show the actual token that a faulty command
    dislikes.  
+3. Disable the "is there a route to callsign X3XXX" test in talk. This is a 
+   legacy test that should not apply at the user level. The resulting PC93 is
+   flood routed unless there is a genuine direct route to that callsign.  
 25Mar23=======================================================================
 1. Changed the default of X and Y (in item 2 below) to 27 and 20 respectively.
 24Mar23=======================================================================
index 46de76faa68966a26fb84ac33f03da27eb6ee6d9..2d40b788a7714503550de532a3c781025f48aa38 100644 (file)
@@ -39,7 +39,7 @@ $via = uc $via if $via;
 my $call = $via || $to;
 my $clref = Route::get($call);     # try an exact call
 my $dxchan = $clref->dxchan if $clref;
-push @out, $self->msg('e7', $call) unless $dxchan;
+#push @out, $self->msg('e7', $call) unless $dxchan;
 
 #$DB::single = 1;