3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-05 10:58:44 +02:00

Enable getopt bundling for recall

This commit is contained in:
Pragmatic Software 2017-08-08 21:18:29 -07:00
parent 485ccf689c
commit c3067533b2

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