changeset 4:64eeadb27362

Fix relol typo, decrease echo time.
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Wed, 12 Aug 2009 18:30:53 -0500
parents 6c34daa0afb0
children 8f209cd0a7b6
files teh-lol.pl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;