3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-27 06:19:25 +01:00

Don't show regex escapes in factfind output

This commit is contained in:
Pragmatic Software 2014-03-04 10:47:43 +00:00
parent 62c9477a73
commit ec6f146fa6

View File

@ -13,7 +13,7 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 498,
BUILD_REVISION => 499,
BUILD_DATE => "2014-03-04",
};