X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=a6475347569bae6ce7084ada8aa4b6c3a09a9df7;hb=56b93915d65c299a5f2d2e555ee361c056773843;hp=956dc4c17b6a2e2233bb63b09862871fb3b2421f;hpb=f91073b99369ea05c42364f9462695be7a67016d;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index 956dc4c1..a6475347 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -24,9 +24,7 @@ return (1, $self->msg('e5')) if $self->remotecmd || $self->inscript; return (1, $self->msg('e28')) unless $self->isregistered; -my $addr = $self->hostname || '127.0.0.1'; -$addr = $main::localhost_alias_ipv6 if $addr eq '::1' && $main::localhost_alias_ipv6; -$addr = $main::localhost_alias_ipv4 if $addr =~ /^127\./ && $main::localhost_alias_ipv4; +my $addr = DXCommandmode::alias_localhost($self->hostname || '127.0.0.1'); Log('cmd', "$self->{call}|$addr|dx|$line"); @@ -78,7 +76,7 @@ if (is_freq($f[1]) && $f[0] =~ m{^[\w\d]+(?:/[\w\d]+){0,2}$}) { } $line =~ s/^\s*$f[0]//; $line =~ s/^\s*$f[1]//; -$line =~ unpad($line); +$line = unpad($line); $line =~ s/\t+/ /g; # do this here because it needs to be stopped ASAP! $line ||= ' ';