]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Statement.pl
converted %{$blah{$blah}} to %{ $blah{$blah} }
[infobot.git] / src / Factoids / Statement.pl
index 6c05f93a075d27a2a8025b032600fd2d1b9904d5..ed58a44800b193a5d1de32dcee50d2f5f4425674 100644 (file)
@@ -72,7 +72,7 @@ sub doStatement {
        if (&validFactoid($lhs,$rhs) == 0) {
            if ($addressed) {
                &status("IGNORE statement: <$who> $message");
-               &performReply( &getRandom(keys %{$lang{'confused'}}) );
+               &performReply( &getRandom(keys %{ $lang{'confused'} }) );
            }
            return;
        }