]> git.donarmstrong.com Git - infobot.git/commitdiff
less chatty
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 13 Nov 2002 23:02:06 +0000 (23:02 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 13 Nov 2002 23:02:06 +0000 (23:02 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@618 c11ca15a-4712-0410-83d8-924469b57eb5

src/core.pl

index c3fd01822e9dc048bcf47c630e3d6976ccda3996..1934900d20dc96a7198e3a8c9c4a9a519c903ddb 100644 (file)
@@ -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;
     }