diff --git a/lib/PBot/Core/Commands/Factoids.pm b/lib/PBot/Core/Commands/Factoids.pm index b0575b58..2f5e5b92 100644 --- a/lib/PBot/Core/Commands/Factoids.pm +++ b/lib/PBot/Core/Commands/Factoids.pm @@ -814,7 +814,7 @@ sub cmd_factadd { $self->{pbot}->{logger}->log("$context->{hostmask} added [$from_chan] $keyword_text => $text\n"); - $self->log_factoid($from_chan, $keyword, $context->{hostmask}, "created"); + $self->log_factoid($from_chan, $keyword, $context->{hostmask}, "created: $text"); return "/say $keyword_text added to " . ($from_chan eq '.*' ? 'global channel' : $from_chan) . "."; } diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index e7858039..977b1076 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 => 4597, - BUILD_DATE => "2022-12-25", + BUILD_REVISION => 4598, + BUILD_DATE => "2022-12-31", }; sub initialize {}