From: timriker Date: Mon, 9 Dec 2002 23:16:23 +0000 (+0000) Subject: be quiet on addrchar if dunno X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6d27d9f447d2485f8dc4ceae7beaa3dcda62216f;p=infobot.git 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 --- 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");