mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-25 19:44:26 +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;
|
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;
|
my $getopt_error;
|
||||||
local $SIG{__WARN__} = sub {
|
local $SIG{__WARN__} = sub {
|
||||||
|
Loading…
Reference in New Issue
Block a user