X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=3aeca2ba3e075a060a6ea5c3bfa254215a52928b;hb=b054e5b2706153b62ac8f05a70c85f8f5253bf8b;hp=306fb77bf7fe4d9cfd0dbe946020abecc128fcc5;hpb=2fcde747f87384dddafee9fae391b2d9b94375c3;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index 306fb77b..3aeca2ba 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -56,7 +56,7 @@ if ($f[0] eq 'ip') { if (is_ipaddr($f[1])) { $ipaddr = $f[1]; } else { - return (1, $self->msg('dx3', $f[1])); + return (1, $self->msg('dx4', $f[1])); } $line =~ s/^\s*$f[0]\s+$f[1]\s+//; @f = split /\s+/, $line, 3; @@ -73,7 +73,9 @@ if (is_freq($f[1]) && $f[0] =~ m{^[\w\d]+(?:/[\w\d]+){0,2}$}) { } else { return (1, $self->msg('dx3')); } -$line =~ s/^\s*$f[0]\s+$f[1]\s+//; +$line =~ s/^\s*$f[0]//; +$line =~ s/^\s*$f[1]//; +$line =~ s/^\s*//; $line =~ s/\t+/ /g; # do this here because it needs to be stopped ASAP! $line ||= ' ';