WIP RBN
[spider.git] / perl / DXUser.pm
index fb88ad824f606f317036ada284d83617f19d3775..25093661117f682884894021681ab9b9ffa14a9a 100644 (file)
@@ -149,6 +149,9 @@ my $ifh;                                            # the input file, initialised by readinjson()
                  wantdxitu => '0,Show ITU Zone,yesno',
                  wantgtk => '0,Want GTK interface,yesno',
                  wantpc9x => '0,Want PC9X interface,yesno',
+                 wantrbn => '0,Want RBN spots,yesno',
+                 wantft => '0,Want FT4/8 spots,yesno',
+                 wantcw => '0,Want (RBN) CW spots,yesno',
                  lastoper => '9,Last for/oper,cldatetime',
                  nothere => '0,Not Here Text',
                  registered => '9,Registered?,yesno',
@@ -836,6 +839,12 @@ sub is_ak1a
        return $self->{sort} eq 'A';
 }
 
+sub is_rbn
+{
+       my $self = shift;
+       return $self->{sort} eq 'N'
+}
+
 sub unset_passwd
 {
        my $self = shift;