From 6d206ced10c9db7f112428f9d730cce4d70284d7 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 12 Aug 2005 22:22:27 +0000 Subject: [PATCH] getChanConf might have a channel git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1238 c11ca15a-4712-0410-83d8-924469b57eb5 --- scripts/findparam.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2