X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FBadWords.pm;h=7ae0373f436f007edcd259af76b2699f3f210a6d;hb=21ee7b1845f8fc5ab10c6a33a058cfbd11d7a705;hp=05e764fce9906f928dff56440fa83cf117a7d3c5;hpb=a63885de419cf7ae4c10fa10e0107121e237e214;p=spider.git diff --git a/perl/BadWords.pm b/perl/BadWords.pm index 05e764fc..7ae0373f 100644 --- a/perl/BadWords.pm +++ b/perl/BadWords.pm @@ -24,7 +24,7 @@ my $regex = "$main::data/badw_regex"; my $bwfn = "$main::data/badword"; # copy issue ones across -filecopy("$regex.issue", $regex) unless -e $regex; +filecopy("$regex.gb.issue", $regex) unless -e $regex; filecopy("$bwfn.issue", $bwfn) unless -e $bwfn; $badword = new DXHash "badword";