X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FFactoids%2FReply.pl;h=c11938b866b54bd5e89dac03e627d6cc59c817d5;hb=a523737c588a01cf74076ae2a3c06a669389ddcb;hp=2a2899e8b440b2cc935da8a3ecba0ed3f0b29579;hpb=ff2da5e408ead78b25464250c2a967f7849ae20e;p=infobot.git diff --git a/src/Factoids/Reply.pl b/src/Factoids/Reply.pl index 2a2899e..c11938b 100644 --- a/src/Factoids/Reply.pl +++ b/src/Factoids/Reply.pl @@ -149,7 +149,7 @@ sub getReply { # fix the person. } else { if ($reply =~ /^you are / or $reply =~ / you are /) { - return $noreply if ($addressed); + return if ($addressed); } } }