]> git.donarmstrong.com Git - infobot.git/commitdiff
comment,ws
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 6 May 2005 20:02:53 +0000 (20:02 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 6 May 2005 20:02:53 +0000 (20:02 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1218 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Core.pl
src/Factoids/Reply.pl

index 979db4b035e25b366690ad0f4fe92c7f9f1750d9..9fe0670fbabb3ec817ea2f84f98ddd1805cd95dd 100644 (file)
@@ -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");
index aedf3cbdb12eeb9c995b7dc694402e8ac1704b74..0b1f9d0ad4f118811c18c630c924c428723492e9 100644 (file)
@@ -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}, {