From: dms Date: Wed, 13 Sep 2000 14:18:21 +0000 (+0000) Subject: Removed FIXME X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=de71b338dfb253bb99a26964ac8d3cd95b51ca65;p=infobot.git Removed FIXME git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@95 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Factoids/Reply.pl b/blootbot/src/Factoids/Reply.pl index 19fe09a..83cd906 100644 --- a/blootbot/src/Factoids/Reply.pl +++ b/blootbot/src/Factoids/Reply.pl @@ -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 ''; }