X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2Fcluster.pl;h=bc64c5cb0cb03889039b843fdb2ba709d673031f;hb=f4ce9b1afbcaeda10e0497b0d2b33fef0a4a5245;hp=ebebcccc9ededbb062e9ec0e08eae71318249064;hpb=d40358b98c4f3fe24890369543dd7768c99da962;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index ebebcccc..bc64c5cb 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 @@ -775,20 +776,19 @@ sub per_10_sec } - sub per_minute { - + RBN::per_minute(); } sub per_10_minute { - + RBN::per_10_minute(); } sub per_hour { - + RBN::per_hour(); } sub per_day