From 3673f14e3578705aed7cf1adb08878380710d928 Mon Sep 17 00:00:00 2001 From: dms Date: Sun, 22 Apr 2001 13:52:48 +0000 Subject: [PATCH] woops... forgot this aswell git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@460 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Factoids/Reply.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Factoids/Reply.pl b/src/Factoids/Reply.pl index ef582ef..e7dcacd 100644 --- a/src/Factoids/Reply.pl +++ b/src/Factoids/Reply.pl @@ -110,11 +110,11 @@ sub getReply { $count++; &setFactInfo($lhs,"requested_count", $count); + # todo: rename $real to something else! my $real = 0; - my $author = &getFactInfo($lhs,"created_by") || ''; - - $real++ if ($author =~ /^\Q$who\E\!/); - $real++ if (&IsFlag("n")); +# my $author = &getFactInfo($lhs,"created_by") || ''; +# $real++ if ($author =~ /^\Q$who\E\!/); +# $real++ if (&IsFlag("n")); $real = 0 if ($msgType =~ /public/); ### fix up the reply. -- 2.39.2