From aca698374c5d8d0824c213515060f628864940e6 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 1 Jul 2014 19:07:44 +0000 Subject: [PATCH] CGrammar: Correct beautification regex for "the a" --- PBot/VERSION.pm | 2 +- modules/c2english/c2eng.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index aba7f6b1..8cf02dc6 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -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", }; diff --git a/modules/c2english/c2eng.pl b/modules/c2english/c2eng.pl index 58e98d14..af0d4804 100755 --- a/modules/c2english/c2eng.pl +++ b/modules/c2english/c2eng.pl @@ -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;