X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=93d07c1d3a69561ed50e84a40d2f2824a6118645;hb=9995de8c1bfcb9ed980ab0ef12e4d66564c04105;hp=a2010cd418362eb9d380cf19cdd78cd993b8a976;hpb=0df031650de1b8add5ce1bd6d072e22e14002fa8;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index a2010cd4..93d07c1d 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -77,6 +77,7 @@ use vars qw(%channels %valid); spotfilter => '5,Spot Filter', inannfilter => '5,Input Ann Filter', inwwvfilter => '5,Input WWV Filter', + inwcyfilter => '5,Input WCY Filter', inspotfilter => '5,Input Spot Filter', passwd => '9,Passwd List,parray', pingint => '5,Ping Interval ', @@ -132,6 +133,7 @@ sub alloc # get the filters $self->{spotfilter} = Filter::read_in('spots', $call, 0); $self->{wwvfilter} = Filter::read_in('wwv', $call, 0); + $self->{wcyfilter} = Filter::read_in('wcy', $call, 0); $self->{annfilter} = Filter::read_in('ann', $call, 0); bless $self, $pkg;