X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXUser.pm;h=c4e3996b35b5e90a0ebde9688de582e6a86b3839;hb=3065f0dd2c80cd59b7a2b17d397a343b6521b1f4;hp=06075151fc97520b12a4104cb28a62d5405b19d5;hpb=eb9befb4de3221e722ab980be65f24f4d588870a;p=spider.git diff --git a/perl/DXUser.pm b/perl/DXUser.pm index 06075151..c4e3996b 100644 --- a/perl/DXUser.pm +++ b/perl/DXUser.pm @@ -80,6 +80,7 @@ $v3 = 0; wantdxcq => '0,Show CQ Zone,yesno', wantdxitu => '0,Show ITU Zone,yesno', wantgtk => '0,Want GTK interface,yesno', + wantpc9x => '0,Want PC9X interface,yesno', lastoper => '9,Last for/oper,cldatetime', nothere => '0,Not Here Text', registered => '9,Registered?,yesno', @@ -716,6 +717,11 @@ sub wantgtk return _want('gtk', @_); } +sub wantpc9x +{ + return _want('pc9x', @_); +} + sub wantlogininfo { my $self = shift;