X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXProt.pm;h=b8b9b892d47397d42937608114e6b8a0965c6f71;hp=58dfd4973877731827c87d9695274917f0b3f13c;hb=84d5fec90a21118c556d22b8b36b02c93bc829f1;hpb=ab568d677a2d2243eabee315b3e609c4ea4f73a0 diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 58dfd497..b8b9b892 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -104,9 +104,10 @@ sub normal # yes, it is my $text = unpad($field[3]); + Log('talk', $call, $field[1], $field[6], $text); + $call = $main::myalias if $call eq $main::mycall; my $ref = DXChannel->get($call); $ref->send("$call de $field[1]: $text") if $ref; - Log('talk', $call, $field[1], $field[6], $text); } else { route($field[2], $line); # relay it on its way }