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=cd2f92cd8bc31ec9cf7a4c70e55e4040ea6a2128;p=infobot.git less chatty git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@618 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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; }