summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorn0vember-2016-09-20 14:26:40 +0200
committern0vember-2016-09-20 14:26:40 +0200
commit77bf7798368571f6d57a454f580cd167b581d430 (patch)
treef0b887aebbaa478fe130fa7ab3c9d33c585d37c8 /scripts
parentd62bb05a34ffd6d8d0f719c551d8e454880ef8e1 (diff)
downloadscripts.irssi.org-77bf7798368571f6d57a454f580cd167b581d430.tar.bz2
FIX: start and realname declaration
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cgrep.pl1
1 files changed, 1 insertions, 0 deletions
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;