# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1290636900 21600 # Node ID a03d337b14576637669af4ead78cdce1a5a4312b # Parent 826e099b4b7b2bc6a6df4e92b62a0734e0723c08 Fix bug regarding checking for first lol diff --git a/teh-lol.pl b/teh-lol.pl --- a/teh-lol.pl +++ b/teh-lol.pl @@ -57,7 +57,7 @@ #Don't lol more than once in 30 minutes. if ( time - $timestamp{$chan} > 1800 or - undef $timestamp{$chan} + not defined $timestamp{$chan} ) { #Delay the response a little, for maximum annoyance.