From: timriker Date: Fri, 18 Feb 2005 09:52:38 +0000 (+0000) Subject: IsChanConfOrWarn can be both X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b5831707222278d570c556f9fd1dcb0c12a04ef5;p=infobot.git IsChanConfOrWarn can be both git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1163 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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; }