]> git.donarmstrong.com Git - infobot.git/commitdiff
oops
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 6 Jan 2006 08:40:52 +0000 (08:40 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 6 Jan 2006 08:40:52 +0000 (08:40 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1251 c11ca15a-4712-0410-83d8-924469b57eb5

src/core.pl

index ba82171854be7a2c1a1c50939c70384bb3cc1be5..ecbcee5f7c9388019e495797b910f66a920bc9fc 100644 (file)
@@ -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.");