X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fannounce.pl;h=9ec0111b3cc491671ff4691a4fbf71d540fd5faa;hb=f493dbf120a0a175a7788ee51c9928377b0f4c50;hp=bd6e05ae7fcde280390003db3a02e2dd129091e6;hpb=324bd80ed4aef7e2636f5a03288788ce11ab2663;p=spider.git diff --git a/cmd/show/announce.pl b/cmd/show/announce.pl index bd6e05ae..9ec0111b 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,5 @@ while ($f = shift @f) { # next field $to = 20 unless $to; $from = 0 unless $from; -@out = DXLog::print($from, $to, $main::systime, '^ann', $who); +@out = DXLog::print($from, $to, $main::systime, 'ann', $who); return (1, @out);