From f8c98e448b079c9a3dd223aa315d8281bfe62ef7 Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 12 Aug 2004 17:12:25 +0000 Subject: [PATCH] comment git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1021 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/core.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5