From 85002ecd17b48a885cd0d2dc0fca972a5813d964 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 22 Nov 2002 00:09:07 +0000 Subject: [PATCH] eep git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@675 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/botmail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/botmail.pl b/blootbot/src/Modules/botmail.pl index aee2419..be134d1 100644 --- a/blootbot/src/Modules/botmail.pl +++ b/blootbot/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; } -- 2.39.5