Enable getopt bundling for `recall`

This commit is contained in:
Pragmatic Software 2017-08-08 21:18:29 -07:00
parent 485ccf689c
commit c3067533b2
1 changed files with 1 additions and 0 deletions

View File

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