mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 12:32:37 +01:00
Remove left-over superflurous declaration
This commit is contained in:
parent
4724057860
commit
fa55b36d09
@ -171,7 +171,7 @@ sub remindme {
|
||||
|
||||
return $usage if not length $arguments;
|
||||
|
||||
my ($target, $text, $alarm, $list_reminders, $nick_override, $delete_id);
|
||||
my ($target, $text, $alarm, $list_reminders, $delete_id);
|
||||
|
||||
my $getopt_error;
|
||||
local $SIG{__WARN__} = sub {
|
||||
|
Loading…
Reference in New Issue
Block a user