From: timriker Date: Fri, 22 Nov 2002 08:27:39 +0000 (+0000) Subject: indicate how to check X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c4756277eb07b68442cc8e34df477a0c2bf6f19;p=infobot.git indicate how to check git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@690 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Modules/botmail.pl b/blootbot/src/Modules/botmail.pl index 5bda414..690d49e 100644 --- a/blootbot/src/Modules/botmail.pl +++ b/blootbot/src/Modules/botmail.pl @@ -52,7 +52,7 @@ sub check { if ($t == 0) { &::msg($recipient, "You have no botmail.") if ($always); } else { - &::msg($recipient, "You have $t messages awaiting, from: $from"); + &::msg($recipient, "You have $t messages awaiting, from: $from (botmail read)"); } }