fix RBN callsigns and 'basecall()'
[spider.git] / perl / RBN.pm
index 51c299c4abae389558667413e6ac8c54149682a6..0b3dfe5a937dc245c9b67958476212a9610d7664 100644 (file)
@@ -252,7 +252,7 @@ sub normal
        }
 
        # remove all extraneous crap from the origin - just leave the base callsign
-       $origin =~ basecall($origin);
+       $origin = basecall($origin);
 
        # is this callsign in badspotter list?
        if ($DXProt::badspotter->in($origin) || $DXProt::badnode->in($origin)) {