From: timriker Date: Thu, 12 Aug 2004 17:12:25 +0000 (+0000) Subject: comment X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f8c98e448b079c9a3dd223aa315d8281bfe62ef7;p=infobot.git comment git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1021 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/core.pl b/src/core.pl index 157d3c8..7a9f631 100644 --- a/src/core.pl +++ b/src/core.pl @@ -315,7 +315,7 @@ sub getChanConf { $c ||= $chan; $c ||= "_default"; - $c = "_default" if ($c eq "*"); # fix! + $c = "_default" if ($c eq "*"); # FIXME my @c = grep /^\Q$c\E$/i, keys %chanconf; if (@c) {