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=21c0bb21eb41badbf8bbcd2f6558021f11713f31;p=infobot.git IsChanConfOrWarn can be both git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1163 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/scripts/findparam.pl b/blootbot/scripts/findparam.pl index 077cac5..9853e27 100644 --- a/blootbot/scripts/findparam.pl +++ b/blootbot/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; }