CGrammar: Correct beautification regex for "the a"

This commit is contained in:
Pragmatic Software 2014-07-01 19:07:44 +00:00
parent 73967e0721
commit aca698374c
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 690,
BUILD_REVISION => 691,
BUILD_DATE => "2014-07-01",
};

View File

@ -81,7 +81,7 @@ foreach my $arg (@ARGV) {
$output =~ s/of evaluate/of/g;
$output =~ s/the evaluate the/the/g;
$output =~ s/by evaluate the/by the/g;
$output =~ s/the a/the/g;
$output =~ s/the a /the /g;
foreach my $quote (@quotes) {
next unless $quote;