diff --git a/PBot/Commands.pm b/PBot/Commands.pm index 9f27b343..628e94c1 100644 --- a/PBot/Commands.pm +++ b/PBot/Commands.pm @@ -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); }