diff --git a/PBot/Factoids.pm b/PBot/Factoids.pm index dc185b8d..ce2b3b59 100644 --- a/PBot/Factoids.pm +++ b/PBot/Factoids.pm @@ -452,7 +452,7 @@ sub interpreter { $self->{pbot}->logger->log("result set to [$result]\n"); } - $self->{pbot}->logger->log("(" . (defined $from ? $from : "(undef)") . "): $nick!$user\@$host): $keyword: Displaying text \"" . $result . "\"\n"); + $self->{pbot}->logger->log("(" . (defined $from ? $from : "(undef)") . "): $nick!$user\@$host: $keyword: Displaying text \"" . $result . "\"\n"); $result =~ s/\$nick/$nick/g; $result =~ s/\$channel/$from/g; diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 9aeca394..9ff83fcf 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 => 513, + BUILD_REVISION => 514, BUILD_DATE => "2014-03-07", };