]> git.donarmstrong.com Git - infobot.git/commitdiff
indicate how to check
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 22 Nov 2002 08:27:39 +0000 (08:27 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 22 Nov 2002 08:27:39 +0000 (08:27 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@690 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/Modules/botmail.pl

index 5bda41407a5815e7f2d4e738957f478747317452..690d49e36c61c23aa6d1018a127ec1721cdbabcf 100644 (file)
@@ -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)");
     }
 }