From: timriker Date: Wed, 13 Nov 2002 23:02:06 +0000 (+0000) Subject: less chatty X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0a6d8da3178312bfdfa3c9100430d335de99cb93;p=infobot.git less chatty git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@618 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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; }