From cd2f92cd8bc31ec9cf7a4c70e55e4040ea6a2128 Mon Sep 17 00:00:00 2001 From: timriker Date: Wed, 13 Nov 2002 23:02:06 +0000 Subject: [PATCH] less chatty git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@618 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/core.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/core.pl b/blootbot/src/core.pl index c3fd018..1934900 100644 --- a/blootbot/src/core.pl +++ b/blootbot/src/core.pl @@ -212,7 +212,7 @@ sub IsChanConf { # should we use IsParam() externally where needed or hack it in # here just in case? fix it later. if (&IsParam($param)) { - &status("ICC: found '$param' option in main config file."); + &DEBUG("ICC: found '$param' option in main config file."); return 1; } -- 2.39.5