]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/botmail.pl
indicate how to check
[infobot.git] / 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)");
     }
 }