summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorailin-nemui2016-09-22 17:08:34 +0200
committerGitHub2016-09-22 17:08:34 +0200
commit37e1aac060d43a47d41bcc91c2ed8b05bbba6fd0 (patch)
treed3ca9c713ef3438488fa1134396e350069ae11d2
parent49a0a96cf30b5bbc379332596d1f7dc4a4ba8b02 (diff)
parent77bf7798368571f6d57a454f580cd167b581d430 (diff)
downloadscripts.irssi.org-37e1aac060d43a47d41bcc91c2ed8b05bbba6fd0.tar.bz2
Merge pull request #309 from n0vember-/master
FIX: start and realname declaration
-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;