]> git.donarmstrong.com Git - infobot.git/commitdiff
Removed FIXME
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 13 Sep 2000 14:18:21 +0000 (14:18 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 13 Sep 2000 14:18:21 +0000 (14:18 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@95 c11ca15a-4712-0410-83d8-924469b57eb5

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 '';
     }