X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fannounce.pl;h=77811449638fd01210511bb03119d8b33dd17ef3;hb=201dedf3e4325faab5c34b38135790012142286b;hp=3454140ecf3abe96d3b7f112794982d70aca0322;hpb=4db91b5f128f03334ec03a89eb8f56af1d698c78;p=spider.git diff --git a/cmd/show/announce.pl b/cmd/show/announce.pl index 3454140e..77811449 100644 --- a/cmd/show/announce.pl +++ b/cmd/show/announce.pl @@ -34,7 +34,7 @@ while ($f = shift @f) { # next field $to = 20 unless $to; $from = 0 unless $from; -@out = $self->spawn_cmd(\&DXLog::print, args => [$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);