spider/cmd/show/baddx.pl
minima 0a92a4608d added DXHash.pm
added/changed set/unset/show baddx badspotter badnode
2001-01-09 00:59:39 +00:00

11 lines
153 B
Perl

#
# show list of bad dx callsigns
#
# Copyright (c) 1998 - Dirk Koopman G1TLH
#
# $Id$
#
my ($self, $line) = @_;
return $DXProt::baddx->show(1, $self);