From a595e00c61a3e01321e77a6667392cbb4ae0b90b Mon Sep 17 00:00:00 2001 From: dms Date: Mon, 18 Sep 2000 11:30:37 +0000 Subject: [PATCH] removed feedback addressing. Issue raised by Flugh git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@108 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Process.pl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/Process.pl b/src/Process.pl index 1e1cbbf..08dcc57 100644 --- a/src/Process.pl +++ b/src/Process.pl @@ -104,15 +104,6 @@ sub process { # once useless messages have been parsed out, we match them. ### - # addressed. - if ($message =~ /^\Q$ident\E\s*\?*$/i) { - &status("feedback addressing from $who"); - - &performReply("yes?"); - - return; - } - # confused? is this for infobot communications? foreach (keys %{$lang{'confused'}}) { my $y = $_; @@ -216,6 +207,7 @@ sub process { # here's where the external routines get called. # if they return anything but null, that's the "answer". if ($addressed) { + &parseCmdHook(); my $er = &Modules(); if ($er =~ /\S/) { &performStrictReply($er) if ($er ne $noreply); -- 2.39.2