X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdisconnect.pl;h=e8e83b89c4778f18f5c730e7c5c2d858dd9a1236;hb=2343a398ca48f31195884e223839dfa0cb1d135f;hp=8bb48ccfd5ab5d975f6a6ffaf88fce153ea82f25;hpb=7dfcb79db379b97452ba1bde654a1945718eb7df;p=spider.git diff --git a/cmd/disconnect.pl b/cmd/disconnect.pl index 8bb48ccf..e8e83b89 100644 --- a/cmd/disconnect.pl +++ b/cmd/disconnect.pl @@ -16,7 +16,7 @@ foreach $call (@calls) { my $dxchan = DXChannel->get($call); if ($dxchan) { if ($dxchan->is_ak1a) { - $dxchan->send_now("D", DXProt::pc39($main::mycall, $self->msg('disc1'))); + $dxchan->send_now("D", DXProt::pc39($main::mycall, $self->msg('disc1', $self->call))); } else { $dxchan->send_now('D', $self->msg('disc1', $self->call)); }