Remove extranous ) typo in "Displaying text" string

This commit is contained in:
Pragmatic Software 2014-03-07 16:51:18 +00:00
parent 80a29256ed
commit 17ed2fb64a
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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",
};