X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FWCY.pm;h=85f2b8178bd8aad882cf8e976b2251d948bac1ce;hb=6ccc3a6e864a2fee18786a7070400c7c4f22cf7c;hp=bccf815b92f82556e07873471754a138d73c9039;hpb=4d15706f4faf4a779650492077b08434e99f748e;p=spider.git diff --git a/perl/WCY.pm b/perl/WCY.pm index bccf815b..85f2b817 100644 --- a/perl/WCY.pm +++ b/perl/WCY.pm @@ -52,13 +52,13 @@ $filterdef = bless ([ # tag, sort, field, priv, special parser ['by', 'c', 11], ['origin', 'c', 12], - ['channel', 'n', 13], - ['by_dxcc', 'n', 14], - ['by_itu', 'n', 15], - ['by_zone', 'n', 16], - ['origin_dxcc', 'c', 17], - ['origin_itu', 'c', 18], - ['origin_itu', 'c', 19], + ['channel', 'c', 13], + ['by_dxcc', 'nc', 14], + ['by_itu', 'ni', 15], + ['by_zone', 'nz', 16], + ['origin_dxcc', 'nc', 17], + ['origin_itu', 'ni', 18], + ['origin_zone', 'nz', 19], ], 'Filter::Cmd');