mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-01 23:14:09 +01:00
Factoids: factinfo
now says "Applet" instead of "Module"
This commit is contained in:
parent
acbebddacc
commit
d3328a4acd
@ -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'))
|
||||
|
@ -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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user