added the state filtering stuff
[spider.git] / perl / AnnTalk.pm
index 58c2a4394460d2cdd11671a10f2e94678601557c..30f8964c4aee36ae463effa203b2c9a9dd935cd0 100644 (file)
@@ -34,6 +34,8 @@ $filterdef = bless ([
                          ['origin_dxcc', 'nc', 10],
                          ['origin_itu', 'ni', 11],
                          ['origin_zone', 'nz', 12],
+                         ['by_state', 'nz', 13],
+                         ['origin_state', 'nz', 14],
                         ], 'Filter::Cmd');
 
 use vars qw($VERSION $BRANCH);