X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fannounce.pl;h=9a1cbd376b2dcc13700351e14774867b939878e7;hb=363580155c0ea3605530752cb98aca43f2736938;hp=5e0ff58c998c4c1c440d3a6a66ac66d0698ae4e8;hpb=1e126f735c36856358bf5d698c8944f5ab9ea804;p=spider.git diff --git a/cmd/announce.pl b/cmd/announce.pl index 5e0ff58c..9a1cbd37 100644 --- a/cmd/announce.pl +++ b/cmd/announce.pl @@ -51,7 +51,7 @@ $line =~ s/\^/:/og; my @bad; if (@bad = BadWords::check($line)) { $self->badcount(($self->badcount||0) + @bad); - Log('DXCommand', "$self->{call} swore: $line"); + LogDbg('DXCommand', "$self->{call} swore: $line (with words:" . join(',', @bad) . ")"); Log('ann', $to, $from, "[to $from only] $line"); $self->send("To $to de $from <$t>: $line"); return (1, ());