Factoids: `factinfo` now says "Applet" instead of "Module"

This commit is contained in:
Pragmatic Software 2022-04-08 09:13:57 -07:00
parent acbebddacc
commit d3328a4acd
2 changed files with 3 additions and 3 deletions

View File

@ -1035,7 +1035,7 @@ sub cmd_factinfo {
my $applet_repo = $self->{pbot}->{registry}->get_value('general', 'applet_repo');
$applet_repo .= $factoids->get_data($channel, $trigger, 'workdir') . '/' if $factoids->exists($channel, $trigger, 'workdir');
return
"/say $trigger_name: Module loaded by "
"/say $trigger_name: Applet loaded by "
. $factoids->get_data($channel, $trigger, 'owner')
. " for $channel_name on "
. localtime($factoids->get_data($channel, $trigger, 'created_on'))

View File

@ -25,8 +25,8 @@ use PBot::Imports;
# These are set by the /misc/update_version script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 4530,
BUILD_DATE => "2022-04-07",
BUILD_REVISION => 4532,
BUILD_DATE => "2022-04-08",
};
sub initialize {}