From: Dirk Koopman Date: Wed, 1 Nov 2017 10:27:26 +0000 (+0000) Subject: remove last is_aranea reference X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=6103b4130a9aa7154973be4773c7569fe32b1d95 remove last is_aranea reference --- diff --git a/cmd/links.pl b/cmd/links.pl index 35142ce6..e53917b4 100644 --- a/cmd/links.pl +++ b/cmd/links.pl @@ -46,7 +46,6 @@ foreach $dxchan ( sort {$a->call cmp $b->call} DXChannel::get_all_nodes ) { $ping = " "; } - $sort = 'ANEA' if $dxchan->is_aranea; $sort = "DXSP" if $dxchan->is_spider; $sort = "CLX " if $dxchan->is_clx; $sort = "DXNT" if $dxchan->is_dxnet;