mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-17 01:19:31 +01:00
Interpreter: remove debug message
This commit is contained in:
parent
e325138249
commit
a11dc12861
@ -379,7 +379,6 @@ sub interpret($self, $context) {
|
||||
} else {
|
||||
# match the factoid in the current channel if it exists
|
||||
foreach my $f (@factoids) {
|
||||
$self->{pbot}->{logger}->log("[$f->[0]][$f->[1]] [$context->{from}]\n");
|
||||
if ($f->[0] eq $context->{from}) {
|
||||
($fact_channel, $fact_trigger) = ($f->[0], $f->[1]);
|
||||
last;
|
||||
|
@ -25,7 +25,7 @@ use PBot::Imports;
|
||||
# These are set by the /misc/update_version script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 4843,
|
||||
BUILD_REVISION => 4844,
|
||||
BUILD_DATE => "2024-11-07",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user