mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-08 18:44:17 +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');
|
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');
|
$applet_repo .= $factoids->get_data($channel, $trigger, 'workdir') . '/' if $factoids->exists($channel, $trigger, 'workdir');
|
||||||
return
|
return
|
||||||
"/say $trigger_name: Module loaded by "
|
"/say $trigger_name: Applet loaded by "
|
||||||
. $factoids->get_data($channel, $trigger, 'owner')
|
. $factoids->get_data($channel, $trigger, 'owner')
|
||||||
. " for $channel_name on "
|
. " for $channel_name on "
|
||||||
. localtime($factoids->get_data($channel, $trigger, 'created_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
|
# These are set by the /misc/update_version script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 4530,
|
BUILD_REVISION => 4532,
|
||||||
BUILD_DATE => "2022-04-07",
|
BUILD_DATE => "2022-04-08",
|
||||||
};
|
};
|
||||||
|
|
||||||
sub initialize {}
|
sub initialize {}
|
||||||
|
Loading…
Reference in New Issue
Block a user