# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1250119853 18000 # Node ID 64eeadb2736273427108996b6160175a48231136 # Parent 6c34daa0afb05e35e397848f2a74f5d1aa277402 Fix relol typo, decrease echo time. diff --git a/teh-lol.pl b/teh-lol.pl --- a/teh-lol.pl +++ b/teh-lol.pl @@ -45,9 +45,9 @@ ) { #Delay the response a little, for maximum annoyance. - sleep (rand(5)+2); + sleep (rand(3)+2); - Xchat::command("say $1"); + Xchat::command("say $relol"); } $timestamp{$chan} = time;