]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/Modules/wtf.pl
* Moved old /trunk/www out of trunk
[infobot.git] / blootbot / src / Modules / wtf.pl
index e654f361d348a89888dc68650475e5e346218cd2..554ac2c9ffc7695ef2022511ce6d9780e16fa7fd 100644 (file)
@@ -35,7 +35,7 @@ sub wtf::wtf {
                return("argument appears to be fuzzy.");
        }
 
-       my $reply ="";
+       my $reply ='';
        foreach (`$binary '$query' 2>&1`){
                $reply .= $_;
        }