]> git.donarmstrong.com Git - infobot.git/commitdiff
IsChanConfOrWarn can be both
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 18 Feb 2005 09:52:38 +0000 (09:52 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 18 Feb 2005 09:52:38 +0000 (09:52 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1163 c11ca15a-4712-0410-83d8-924469b57eb5

scripts/findparam.pl

index 077cac5d5f8afd0dd53909a972504be3faee2cbe..9853e278a12b1ed6b341812109d52add9747ef6f 100644 (file)
@@ -21,7 +21,7 @@ foreach (`find -name "*.pl"`) {
 
        if (/IsChanConfOrWarn\(['"](\S+?)['"]\)/) {
            print "File: $file: IsChanConfOrWarn: $1\n" if $debug;
-           $param{$1}++;
+           $both{$1}++;
            next;
        }