mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +01:00
Modules: er, the quotes are needed
This commit is contained in:
parent
34ab87c8a8
commit
38ca456fb6
@ -83,7 +83,7 @@ sub launch_module {
|
|||||||
$args = encode('UTF-8', $args);
|
$args = encode('UTF-8', $args);
|
||||||
}
|
}
|
||||||
|
|
||||||
my @cmdline = ("./$module", $self->{pbot}->{interpreter}->split_line($args, strip_quotes => 1));
|
my @cmdline = ("./$module", $self->{pbot}->{interpreter}->split_line($args));
|
||||||
|
|
||||||
my $timeout = $self->{pbot}->{registry}->get_value('general', 'module_timeout') // 30;
|
my $timeout = $self->{pbot}->{registry}->get_value('general', 'module_timeout') // 30;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user