]> git.donarmstrong.com Git - infobot.git/commitdiff
getChanConf might have a channel
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 12 Aug 2005 22:22:27 +0000 (22:22 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 12 Aug 2005 22:22:27 +0000 (22:22 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1238 c11ca15a-4712-0410-83d8-924469b57eb5

scripts/findparam.pl

index 9853e278a12b1ed6b341812109d52add9747ef6f..900920f8c3234f500bca52f6bff2488e83078497 100644 (file)
@@ -31,7 +31,7 @@ foreach (`find -name "*.pl"`) {
            next;
        }
 
-       if (/getChanConf\(['"](\S+?)['"]\)/) {
+       if (/getChanConf\(['"](\S+?)['"]/) {
            print "File: $file: gCC: $1\n" if $debug;
            $conf{$1}++;
            next;