added all the spots filter commands - you luckey people
[spider.git] / perl / DXCommandmode.pm
index 5f6262289d7a8db50bc32046fe3fd12fc4a35feb..72d65cb316ebd05d0d36d76fd7330bcfd7a28d50 100644 (file)
@@ -82,7 +82,7 @@ sub start
        $self->{here} = 1;
 
        # get the filters
-       $self->{spotfilter} = Filter::read_in('spots', $call, 0) || Filter::read_in('spots', 'user_default', 0);
+       $self->{spotsfilter} = Filter::read_in('spots', $call, 0) || Filter::read_in('spots', 'user_default', 0);
        $self->{wwvfilter} = Filter::read_in('wwv', $call, 0) || Filter::read_in('wwv', 'user_default', 0);
        $self->{wcyfilter} = Filter::read_in('wcy', $call, 0) || Filter::read_in('wcy', 'user_default', 0);
        $self->{annfilter} = Filter::read_in('ann', $call, 0) || Filter::read_in('ann', 'user_default', 0) ;