From 38ca456fb6edd896fe8e44e94629f7053f59aa82 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 25 Jul 2021 08:24:16 -0700 Subject: [PATCH] Modules: er, the quotes are needed --- lib/PBot/Core/Modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;