Modules: er, the quotes are needed

This commit is contained in:
Pragmatic Software 2021-07-25 08:24:16 -07:00
parent 34ab87c8a8
commit 38ca456fb6
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ sub launch_module {
$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;