added DXHash.pm
[spider.git] / cmd / show / baddx.pl
diff --git a/cmd/show/baddx.pl b/cmd/show/baddx.pl
new file mode 100644 (file)
index 0000000..6e8718c
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# show list of bad dx callsigns
+#
+# Copyright (c) 1998 - Dirk Koopman G1TLH
+#
+# $Id$
+#
+my ($self, $line) = @_;
+return $DXProt::baddx->show(1, $self);
+