X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FFactoids%2FStatement.pl;h=ed58a44800b193a5d1de32dcee50d2f5f4425674;hb=0e3df27228cf790fad3c3d9b6496db63c3ece37e;hp=6c05f93a075d27a2a8025b032600fd2d1b9904d5;hpb=a8b8b641d67103ac84e5d52c4ce8e1072aee4a43;p=infobot.git diff --git a/src/Factoids/Statement.pl b/src/Factoids/Statement.pl index 6c05f93..ed58a44 100644 --- a/src/Factoids/Statement.pl +++ b/src/Factoids/Statement.pl @@ -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; }