X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fbadip.pl;h=bb0e55f8f0309b235542e7ef9eda6488aa47bc8a;hb=7e7131f3574cd4a3a4183251b35c9d91e43a6a39;hp=3cf4212d6eb0935036f57801430020a096699770;hpb=33e829e2e2c697ed86a16c9945b38c30570266eb;p=spider.git diff --git a/cmd/load/badip.pl b/cmd/load/badip.pl index 3cf4212d..bb0e55f8 100644 --- a/cmd/load/badip.pl +++ b/cmd/load/badip.pl @@ -8,6 +8,7 @@ my ($self, $line) = @_; return (1, $self->msg('e5')) if $self->remotecmd; # are we permitted? return (1, $self->msg('e5')) if $self->priv < 6; +return (1, q{Please install Net::CIDR::Lite or libnet-cidr-lite-perl to use this command}) unless $DXCIDR::active; my @out;