From ed4a13c3d6725fd7feaa65a1c983a6dcd3d1f824 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 6 May 2005 20:02:53 +0000 Subject: [PATCH] comment,ws git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1218 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Factoids/Core.pl | 2 +- src/Factoids/Reply.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Factoids/Core.pl b/src/Factoids/Core.pl index 979db4b..9fe0670 100644 --- a/src/Factoids/Core.pl +++ b/src/Factoids/Core.pl @@ -168,7 +168,7 @@ sub FactoidStuff { $limitage = $limitage*($count+1)/$limit if ($count < $limit); # isauthor and isop. my $isau = (defined $author and &IsHostMatch($author) == 2) ? 1 : 0; - my $isop = (&IsFlag("o") eq "o") ? 1 : 0; + my $isop = (&IsFlag("o") eq "o") ? 1 : 0; if (IsFlag("r") ne "r" && !$isop) { &msg($who, "you don't have access to remove factoids"); diff --git a/src/Factoids/Reply.pl b/src/Factoids/Reply.pl index aedf3cb..0b1f9d0 100644 --- a/src/Factoids/Reply.pl +++ b/src/Factoids/Reply.pl @@ -80,7 +80,7 @@ sub getReply { ### FLOOD REPETION AND PROTECTION. -20000124 # stats code. - ### FIXME: old mysql doesn't support + ### FIXME: old mysql/sqlite doesn't support ### "requested_count=requested_count+1". $count++; &sqlSet("factoids", {'factoid_key' => $factoid}, { -- 2.39.2