X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fannounce.pl;h=77811449638fd01210511bb03119d8b33dd17ef3;hb=043ec29d2c3f7d807f02660417696f0e93e20880;hp=350ff0efdddfb6cb2916997289cccd269e2f1075;hpb=96461da2f857d65129b2e6acd19bd075984c31f1;p=spider.git diff --git a/cmd/show/announce.pl b/cmd/show/announce.pl index 350ff0ef..77811449 100644 --- a/cmd/show/announce.pl +++ b/cmd/show/announce.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman G1TLH # -# $Id$ +# # my $self = shift; @@ -34,5 +34,7 @@ while ($f = shift @f) { # next field $to = 20 unless $to; $from = 0 unless $from; -@out = DXLog::print($from, $to, $main::systime, 'ann', $who); +@out = $self->spawn_cmd("show/announce $cmdline", \&DXLog::print, args => [$from, $to, $main::systime, 'ann', $who]); + +#@out = DXLog::print($from, $to, $main::systime, 'ann', $who); return (1, @out);