diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 37f66c80..930df8d7 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 => 673, + BUILD_REVISION => 674, BUILD_DATE => "2014-06-23", }; diff --git a/modules/c2english/c2eng.pl b/modules/c2english/c2eng.pl index 80481d9a..60620802 100755 --- a/modules/c2english/c2eng.pl +++ b/modules/c2english/c2eng.pl @@ -94,7 +94,7 @@ sub istrue { foreach my $part (@parts) { $result .= $and; if($part !~ /(greater|less|equal|false$)/) { - $result .= "$part is true"; + $result .= "$part is nonzero"; } else { $result .= $part; }