X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=584015518e6ea2b93478b10660d80d7e60ac4da3;hb=47bc13ac2b52dd67972c24017d7f6a41ac601611;hp=580783a6a466383f2ae8fac35106c03d2f38e38f;hpb=c4f04ae165fdc765f3baa26fa2b28b52cf967674;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 580783a6..58401551 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -85,7 +85,7 @@ $count = 0; inwcyfilter => '5,WCY Filt-inp', inspotsfilter => '5,Spot Filt-inp', inroutefilter => '5,Route Filt-inp', - passwd => '9,Passwd List,parray', + passwd => '9,Passwd List,yesno', pingint => '5,Ping Interval ', nopings => '5,Ping Obs Count', lastping => '5,Ping last sent,atime', @@ -108,6 +108,7 @@ $count = 0; metric => '1,Route metric', badcount => '1,Bad Word Count', edit => '7,Edit Function', + registered => '9,Registered?,yesno', ); use vars qw($VERSION $BRANCH);