From: timriker Date: Fri, 22 Nov 2002 00:09:07 +0000 (+0000) Subject: eep X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=02b7b386177aef8ed0b9e994dabde24c8739fdbc;p=infobot.git eep git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@675 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/botmail.pl b/src/Modules/botmail.pl index aee2419..be134d1 100644 --- a/src/Modules/botmail.pl +++ b/src/Modules/botmail.pl @@ -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; }