X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=ae5bae041188bff4859c797a0b789892b69def54;hb=cc75f4ffe229e8ff381828f88a68c89cec818788;hp=ced5b4f05f68c46d7cf9dd431136108075dbb18b;hpb=d491ec44ddeb21146694280f4540991759b556b3;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index ced5b4f0..ae5bae04 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -1591,6 +1591,9 @@ sub process_rcmd_reply if ($s) { my $dxchan = DXChannel->get($s->{call}); my $ref = DXChannel->get($user) || $dxchan; + if ($ref->{call} eq $main::mycall) { + $ref = DXChannel->get($main::myalias) || $ref; + } $ref->send($line) if $ref; delete $rcmds{$fromnode} if !$dxchan; } else {