From: minima Date: Thu, 30 Nov 2000 15:42:01 +0000 (+0000) Subject: 1. remove %nn strings from dups of announces and spots X-Git-Tag: R_1_45~12 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=4176dc3ee603f4b13c27d4267f8acbec3bf8f851;p=spider.git 1. remove %nn strings from dups of announces and spots 2. remove check for ssids on PC41s --- diff --git a/Changes b/Changes index 84cb05be..4bf36d1e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ 30Nov00======================================================================= 1. remove %nn strings from dups of announces and spots +2. remove check for ssids on PC41s 29Nov00======================================================================= 1. make some small changes to DXmsg to try to track delete problems? 2. fix ann/full so it doesn't dup diff --git a/perl/DXProt.pm b/perl/DXProt.pm index da138878..2df6b03a 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -897,11 +897,6 @@ sub normal if ($pcno == 41) { # user info # add this station to the user database, if required my $user = DXUser->get_current($field[1]); - if (!$user) { - # then try without an SSID - $field[1] =~ s/-\d+$//o; - $user = DXUser->get_current($field[1]); - } $user = DXUser->new($field[1]) if !$user; if ($field[2] == 1) {