From c3067533b272cd8d176f3b7505aeb69609e8183b Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 8 Aug 2017 21:18:29 -0700 Subject: [PATCH] Enable getopt bundling for `recall` --- PBot/MessageHistory.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PBot/MessageHistory.pm b/PBot/MessageHistory.pm index b828b4a7..3994f2f1 100644 --- a/PBot/MessageHistory.pm +++ b/PBot/MessageHistory.pm @@ -236,6 +236,7 @@ sub recall_message { }; my $recall_text = ''; + Getopt::Long::Configure ("bundling"); foreach my $recall (@recalls) { my ($recall_nick, $recall_history, $recall_channel, $recall_before, $recall_after, $recall_context, $recall_count);