diff --git a/lib/PBot/Core/Modules.pm b/lib/PBot/Core/Modules.pm index e4047e27..827d5a55 100644 --- a/lib/PBot/Core/Modules.pm +++ b/lib/PBot/Core/Modules.pm @@ -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;