]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Reply.pl
Removed FIXME
[infobot.git] / src / Factoids / Reply.pl
index 19fe09a84e34b38f3010a1f92fc50e08e6ae6ced..83cd90684a4aaa4f65523532198aecf884038162 100644 (file)
@@ -164,8 +164,8 @@ sub getReply {
     # remove excessive beginning and end whitespaces.
     $reply     =~ s/^\s+|\s+$//g;
 
-    if (length($reply) < 5 or $reply =~ /^\s+$/) {
-       &DEBUG("Reply: FIXME: reply => '$reply'.");
+    if ($reply =~ /^\s+$/) {
+       &DEBUG("Reply: Null factoid ($message)");
        return '';
     }