From 3ecdc32527407fa8da32e00edbdeaa254a200157 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/blootbot@690 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/botmail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/botmail.pl b/src/Modules/botmail.pl index 5bda414..690d49e 100644 --- a/src/Modules/botmail.pl +++ b/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