changeset 22:8ebcdfa03782

Uncomment accidental neutering of the lolness
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Fri, 18 Feb 2011 10:49:55 -0600
parents a54f26f2f7fd
children 77444d749997
files teh-lol.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/teh-lol.pl
+++ b/teh-lol.pl
@@ -93,7 +93,7 @@
 
       Xchat::hook_timer($delay,
                         sub {
-                          #Xchat::command("say $relol");
+                          Xchat::command("say $relol");
                           return Xchat::REMOVE;
                         }
                         );