From 5c4756277eb07b68442cc8e34df477a0c2bf6f19 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 22 Nov 2002 08:27:39 +0000 Subject: [PATCH] indicate how to check git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@690 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 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)"); } } -- 2.39.5