From a399f3b8cf792742d313326a5867071466e71aba Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sun, 31 May 2020 14:54:55 +0100 Subject: [PATCH] and the necessary mod for testing / in calls Add parameter to allow testing of PA0/G1TLH style callsigns --- perl/cluster.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/cluster.pl b/perl/cluster.pl index ebebcccc..8f41a1b8 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -192,6 +192,7 @@ our $ending; # signal that we are ending; our $broadcast_debug; # allow broadcasting of debug info down "enhanced" user connections our $clssecs; # the amount of cpu time the DXSpider process have consumed our $cldsecs; # the amount of cpu time any child processes have consumed +our $allowslashcall; # Allow / in connecting callsigns (ie PA0/G1TLH, or even PA0/G1TLH/2) # send a message to call on conn and disconnect -- 2.34.1