mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 11:42:35 +01:00
Remove extranous ) typo in "Displaying text" string
This commit is contained in:
parent
80a29256ed
commit
17ed2fb64a
@ -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;
|
||||
|
@ -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",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user