From 4383a059acde97399d0ecb95a330e3cff328ca96 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 6 Jan 2006 08:40:52 +0000 Subject: [PATCH] oops git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1251 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 ba82171..ecbcee5 100644 --- a/blootbot/src/core.pl +++ b/blootbot/src/core.pl @@ -224,7 +224,7 @@ sub IsChanConf { my($param) = shift; # knocked tons of bugs with this! :) - my $debug = 0 # 1 if ($param eq "whatever"); + my $debug = 0; # 1 if ($param eq "whatever"); if (!defined $param) { &WARN("IsChanConf: param == NULL."); -- 2.39.2