From 72c03d39d1c7092bd4002f9d16a83d6e60f458c8 Mon Sep 17 00:00:00 2001 From: dms Date: Fri, 23 Feb 2001 12:24:41 +0000 Subject: [PATCH] closedcc debug git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@414 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/IRC/Irc.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/blootbot/src/IRC/Irc.pl b/blootbot/src/IRC/Irc.pl index f18264c..6c320ae 100644 --- a/blootbot/src/IRC/Irc.pl +++ b/blootbot/src/IRC/Irc.pl @@ -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(); } } } -- 2.39.5