]> git.donarmstrong.com Git - infobot.git/commitdiff
closedcc debug
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 23 Feb 2001 12:24:41 +0000 (12:24 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 23 Feb 2001 12:24:41 +0000 (12:24 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@414 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/Irc.pl

index f18264c687aa3f462523f2a85c775a6d0b7bfc26..6c320aecf443346c56f729181d6a1255e973ca62 100644 (file)
@@ -683,7 +683,10 @@ sub closeDCC {
            &DEBUG("closing DCC $type to $nick (FIXME).");
            next unless (defined $dcc{$type}{$nick});
 
-           $dcc{$type}{$nick}->close();
+           my $ref = $dcc{$type}{$nick};
+           &DEBUG("ref => $ref");
+
+#          $dcc{$type}{$nick}->close();
        }
     }
 }