From b5831707222278d570c556f9fd1dcb0c12a04ef5 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 18 Feb 2005 09:52:38 +0000 Subject: [PATCH] IsChanConfOrWarn can be both git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1163 c11ca15a-4712-0410-83d8-924469b57eb5 --- scripts/findparam.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/findparam.pl b/scripts/findparam.pl index 077cac5..9853e27 100644 --- a/scripts/findparam.pl +++ b/scripts/findparam.pl @@ -21,7 +21,7 @@ foreach (`find -name "*.pl"`) { if (/IsChanConfOrWarn\(['"](\S+?)['"]\)/) { print "File: $file: IsChanConfOrWarn: $1\n" if $debug; - $param{$1}++; + $both{$1}++; next; } -- 2.39.2