mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 12:32:37 +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');
|
||||
|
||||
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");
|
||||
my $plugin_count = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user