From 0a6d8da3178312bfdfa3c9100430d335de99cb93 Mon Sep 17 00:00:00 2001
From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
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/blootbot@618 c11ca15a-4712-0410-83d8-924469b57eb5
---
 src/core.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core.pl b/src/core.pl
index c3fd018..1934900 100644
--- a/src/core.pl
+++ b/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