]> git.donarmstrong.com Git - infobot.git/commitdiff
*Fixup missing semicolon
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 14 Jun 2006 01:55:10 +0000 (01:55 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 14 Jun 2006 01:55:10 +0000 (01:55 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1293 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Reply.pl

index 38f65a083db6d8c534d9716887cdc629c953a236..aeed90083458c7164e5ef3459e342d2027c1a86f 100644 (file)
@@ -125,7 +125,7 @@ sub getReply {
                $reply = "$lhs $mhs $result";
            }
 
-           $reply =~ s/^\Q$who\E is/you are/i) {
+           $reply =~ s/^\Q$who\E is/you are/i);
        }
     }