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