X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdisconnect.pl;h=61ba3bf49ed59f22eacdf5f3cd33584cf11c7fc9;hb=9e6f8da122e48430e5b56b27cf7d06c688cb2e13;hp=6c038386747ac6c619ab2a45295df3fcbf81ffcd;hpb=465426f9282b990ec3462c63e5ca7613f92fb290;p=spider.git diff --git a/cmd/disconnect.pl b/cmd/disconnect.pl index 6c038386..61ba3bf4 100644 --- a/cmd/disconnect.pl +++ b/cmd/disconnect.pl @@ -15,7 +15,7 @@ foreach $call (@calls) { next if $call eq $main::mycall; my $dxchan = DXChannel->get($call); if ($dxchan) { - if ($dxchan->is_ak1a) { + if ($dxchan->is_node) { # $dxchan->send_now("D", DXProt::pc39($main::mycall, $self->msg('disc1', $self->call))); } else { return (1, $self->msg('e5')) if $self->priv < 8;