X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fannounce.pl;h=2820c6c7f665c0638be3cbefb9fd10b79996ceca;hb=bdb2057b06d14c2cdba899869ba7929f052b2b50;hp=77811449638fd01210511bb03119d8b33dd17ef3;hpb=e092b3748fa8f58e626a0a379bdee05996f69c27;p=spider.git diff --git a/cmd/show/announce.pl b/cmd/show/announce.pl index 77811449..2820c6c7 100644 --- a/cmd/show/announce.pl +++ b/cmd/show/announce.pl @@ -28,13 +28,13 @@ while ($f = shift @f) { # next field next if $to; } next if $who; - ($who) = $f =~ /^(\w+)/o; + #($who) = $f =~ /^(\w+)/o; } $to = 20 unless $to; $from = 0 unless $from; -@out = $self->spawn_cmd("show/announce $cmdline", \&DXLog::print, args => [$from, $to, $main::systime, 'ann', $who]); +return (1, DXLog::print($from, $to, $main::systime, 'ann', $who)) if $self->{_nospawn};; +return (1, $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);