X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=53ca8ea37131662cbc0e3583e510c240eace6905;hb=9069af884fdddb669a8e83ec8a8509c25b085daa;hp=76b9d25d4dee47029d20211d82f1664adca88e94;hpb=bec51340e4ff087605bf58492a53f1fccafc3f74;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 76b9d25d..53ca8ea3 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -846,8 +846,8 @@ sub handle_16 } # send info to all logged in thingies - $self->tell_login('loginu', $call) if DXUser->get_current($ncall)->is_local_node; - $self->tell_buddies('loginb', $call); + $self->tell_login('loginu', "$ncall: $call") if DXUser->get_current($ncall)->is_local_node; + $self->tell_buddies('loginb', $call, $ncall); # add this station to the user database, if required # $call =~ s/-\d+$//o; # remove ssid for users @@ -920,8 +920,8 @@ sub handle_17 } # send info to all logged in thingies - $self->tell_login('logoutu', $ucall) if DXUser->get_current($ncall)->is_local_node; - $self->tell_buddies('logoutb', $ucall); + $self->tell_login('logoutu', "$ncall: $ucall") if DXUser->get_current($ncall)->is_local_node; + $self->tell_buddies('logoutb', $ucall, $ncall); if (eph_dup($line)) { dbg("PCPROT: dup PC17 detected") if isdbg('chanerr');