mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 11:12:42 +01:00
Uh, fix weird typo
This commit is contained in:
parent
339e677732
commit
346dcd3320
@ -123,7 +123,7 @@ sub interpreter {
|
||||
|
||||
sub parse_arguments {
|
||||
my ($self, $arguments) = @_;
|
||||
my $args = quoetemeta $arguments;
|
||||
my $args = quotemeta $arguments;
|
||||
$args =~ s/\\ / /g;
|
||||
return shellwords($args);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user