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=fccc6f70793939f2a8da7c8cc68454df81f8b842;p=infobot.git be quiet on addrchar if dunno git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@749 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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");