From 23c2c3d84e09dab682a3e94d1cb431e1c3230209 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 23 Aug 2017 19:16:32 -0700 Subject: [PATCH] Single-quotes now behave as expected for parse_arguments() --- PBot/Commands.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PBot/Commands.pm b/PBot/Commands.pm index e4816a30..760f5c8f 100644 --- a/PBot/Commands.pm +++ b/PBot/Commands.pm @@ -123,6 +123,7 @@ sub interpreter { sub parse_arguments { my ($self, $arguments) = @_; + $arguments =~ s/(?