From b7071bc0aa50244f9b8df87c2f85c424ac567e99 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@1021 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/core.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/core.pl b/blootbot/src/core.pl index 157d3c8..7a9f631 100644 --- a/blootbot/src/core.pl +++ b/blootbot/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