From: timriker Date: Fri, 12 Aug 2005 22:22:27 +0000 (+0000) Subject: getChanConf might have a channel X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6d206ced10c9db7f112428f9d730cce4d70284d7;p=infobot.git getChanConf might have a channel git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1238 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/scripts/findparam.pl b/scripts/findparam.pl index 9853e27..900920f 100644 --- a/scripts/findparam.pl +++ b/scripts/findparam.pl @@ -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;