From 77bf7798368571f6d57a454f580cd167b581d430 Mon Sep 17 00:00:00 2001 From: n0vember- Date: Tue, 20 Sep 2016 14:26:40 +0200 Subject: FIX: start and realname declaration --- scripts/cgrep.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cgrep.pl b/scripts/cgrep.pl index f55f86e..e7afc7c 100644 --- a/scripts/cgrep.pl +++ b/scripts/cgrep.pl @@ -71,6 +71,7 @@ sub event_who_result if ($busy) { + my($start,$realname); if ($data =~ /^(.*):([^:]{1,})$/) { $start = $1; -- cgit v1.2.3