X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fbadip.pl;h=bb0e55f8f0309b235542e7ef9eda6488aa47bc8a;hb=5094a0b55d903d344277adf9d26b5af8e37247d8;hp=3cf4212d6eb0935036f57801430020a096699770;hpb=996fed89967a1fd4d8665a10fd73b9612aeb1606;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;