mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
Plugins: Fix default location
This commit is contained in:
parent
e1d48f707d
commit
12c20284a1
@ -47,7 +47,7 @@ sub autoload {
|
|||||||
|
|
||||||
return if $self->{pbot}->{registry}->get_value('plugins', 'noautoload');
|
return if $self->{pbot}->{registry}->get_value('plugins', 'noautoload');
|
||||||
|
|
||||||
my $path = $self->{pbot}->{registry}->get_value('plugins', 'path') // 'PBot/Plugins';
|
my $path = $self->{pbot}->{registry}->get_value('plugins', 'path') // 'Plugins';
|
||||||
|
|
||||||
$self->{pbot}->{logger}->log("Loading plugins ...\n");
|
$self->{pbot}->{logger}->log("Loading plugins ...\n");
|
||||||
my $plugin_count = 0;
|
my $plugin_count = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user