mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 03:33:06 +01:00
Enable getopt bundling for recall
This commit is contained in:
parent
485ccf689c
commit
c3067533b2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user