+02Jan22=======================================================================
+1. Fix dx bug introduced to handle dx by ip <ipaddr> for webclusters.
01Jan22=======================================================================
1. Fixed missing ';' in spoof
30Dec21=======================================================================
my $localonly;
my $oline = $line;
-#$DB::single=1;
+$DB::single=1;
return (1, $self->msg('e5')) if $self->remotecmd || $self->inscript;
return (1, $self->msg('e28')) unless $self->isregistered;
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;
} 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 ||= ' ';