X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fchat.pl;h=41cbb5caba4b9cde16abe870507f83e6fc310460;hb=cbf3c0cd90df4c4df05dae6a00d03f7f9482d631;hp=cace4508250816edf5eae169ffcedd554e8dfe5d;hpb=dab8b370e48c980fa354dedd17d5a0c75b481862;p=spider.git diff --git a/cmd/chat.pl b/cmd/chat.pl index cace4508..41cbb5ca 100644 --- a/cmd/chat.pl +++ b/cmd/chat.pl @@ -29,7 +29,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('chat', $target, $from, "[to $from only] $line"); return (1, "$target de $from <$t>: $line"); }