]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Process.pl
- I broke maths when I tried to fix "999!" - fixed :-)
[infobot.git] / src / Process.pl
index 8595bf4754b01e27c60f3943c4b60ab5d8976e1a..f35b41d53b681681f681de914b4e32d487b67f1e 100644 (file)
@@ -674,8 +674,10 @@ sub FactoidStuff {
 
     if (length $message > 64) {
        &status("unparseable-moron: $message");
-       &performReply( &getRandom(keys %{ $lang{'moron'} }) );
+#      &performReply( &getRandom(keys %{ $lang{'moron'} }) );
        $count{'Moron'}++;
+
+       &performReply("You are moron #".$count{'Moron'}."!");
        return;
     }