From fccc6f70793939f2a8da7c8cc68454df81f8b842 Mon Sep 17 00:00:00 2001 From: timriker 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@749 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Factoids/Core.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Factoids/Core.pl b/blootbot/src/Factoids/Core.pl index ef6f7d1..59932d0 100644 --- a/blootbot/src/Factoids/Core.pl +++ b/blootbot/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