+01Jan22=======================================================================
+1. Fixed missing ';' in spoof
30Dec21=======================================================================
1. Try to fix (nuke) tabs in comment field.
28Dec21=======================================================================
# set up basic environment
$self->call($call);
$self->user($user);
-my $addr = $self->hostname || '127.0.0.1'
+my $addr = $self->hostname || '127.0.0.1';
Log('cmd', "$self->{call}|$addr|spoof|$line");
my @in = $self->run_cmd($newline);
push @out, map {"spoof $call: $_"} @in;