]> git.donarmstrong.com Git - infobot.git/commitdiff
eep
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 22 Nov 2002 00:09:07 +0000 (00:09 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 22 Nov 2002 00:09:07 +0000 (00:09 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@675 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/Modules/botmail.pl

index aee241990c1036d7c921e6fd2bb3dd155b7726d0..be134d10cea0d3ee8784557133780ad5058d50d9 100644 (file)
@@ -89,7 +89,7 @@ sub add {
        "dstwho=".&::dbQuote(lc $recipient)
     );
 
-    if (scalar (keys %hash) <= 1) {
+    if (scalar (keys %hash) > 1) {
        &::msg($::who, "$recipient already has a message queued from you");
        return;
     }