added registration
[spider.git] / perl / DXChannel.pm
index 580783a6a466383f2ae8fac35106c03d2f38e38f..584015518e6ea2b93478b10660d80d7e60ac4da3 100644 (file)
@@ -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);