From: Dirk Koopman Date: Thu, 19 Feb 2015 22:16:36 +0000 (+0000) Subject: slight improvement in dxcommandmode X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c32a58cabf09c72dd08efca7ff5c49a0adfce71e;p=spider.git slight improvement in dxcommandmode --- diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index e86abd1a..aef8d84c 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -1092,7 +1092,7 @@ sub broadcast_debug { my $s = shift; # the line to be rebroadcast - foreach my $dxchan (DXChannel::get_all) { + foreach my $dxchan (DXChannel::get_all_users) { next unless $dxchan->{enhanced} && $dxchan->{senddbg}; if ($dxchan->{gtk}) { $dxchan->send_later('L', dd(['db', $s]));