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);