1. added $actiondata to filter line to allow per action data such as no of hops
[spider.git] / perl / DXChannel.pm
index b3929c1f2a2d5b45b53a09169294b29aa952952f..e3878ecf719f6fe2c8181a2d11c8323821d59c0f 100644 (file)
@@ -70,6 +70,10 @@ use vars qw(%channels %valid);
                  group => '0,Access Group,parray',     # used to create a group of users/nodes for some purpose or other
                  isolate => '9,Isolate network,yesno',
                  delayed => '9,Delayed messages,parray',
+                 annfilter => '9,Announce Filter',
+                 wwvfilter => '9,WWV Filter',
+                 spotfilter => '9,Spot Filter',
+                 passwd => '9,Passwd List,parray',
                 );
 
 # create a new channel object [$obj = DXChannel->new($call, $msg_conn_obj, $user_obj)]