From fa55b36d09fa90b1bbf38366e356b64de37a9483 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 12 Aug 2017 04:06:33 -0700 Subject: [PATCH] Remove left-over superflurous declaration --- PBot/Plugins/RemindMe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/Plugins/RemindMe.pm b/PBot/Plugins/RemindMe.pm index 1d256aa2..4244e9c2 100644 --- a/PBot/Plugins/RemindMe.pm +++ b/PBot/Plugins/RemindMe.pm @@ -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 {