]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/findparam.pl
getChanConf might have a channel
[infobot.git] / 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;