From 6d27d9f447d2485f8dc4ceae7beaa3dcda62216f Mon Sep 17 00:00:00 2001
From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Mon, 9 Dec 2002 23:16:23 +0000
Subject: [PATCH] be quiet on addrchar if dunno

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@749 c11ca15a-4712-0410-83d8-924469b57eb5
---
 src/Factoids/Core.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Factoids/Core.pl b/src/Factoids/Core.pl
index ef6f7d1..59932d0 100644
--- a/src/Factoids/Core.pl
+++ b/src/Factoids/Core.pl
@@ -520,7 +520,7 @@ sub FactoidStuff {
 	return;
     }
 
-    return unless ($addressed);
+    return unless ($addressed and !$addrchar);
 
     if (length $message > 64) {
 	&status("unparseable-moron: $message");
-- 
2.39.5