diff --git a/data/factoids.sqlite3 b/data/factoids.sqlite3 index fa74e984..f03db090 100644 Binary files a/data/factoids.sqlite3 and b/data/factoids.sqlite3 differ diff --git a/lib/PBot/Core/Interpreter.pm b/lib/PBot/Core/Interpreter.pm index 495aea18..12aa131a 100644 --- a/lib/PBot/Core/Interpreter.pm +++ b/lib/PBot/Core/Interpreter.pm @@ -1290,7 +1290,7 @@ sub split_line($self, $line, %opts) { sub make_args($self, $string, %opts) { my %default_opts = ( keep_spaces => 1, - preserve_escapes => 0, + preserve_escapes => 1, ); %opts = (%default_opts, %opts); diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 870631d5..d93ee893 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,8 +25,8 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4755, - BUILD_DATE => "2024-05-26", + BUILD_REVISION => 4757, + BUILD_DATE => "2024-06-03", }; sub initialize {}