From 1eac48327182a165ce17a6fdbb1864ea58e8e941 Mon Sep 17 00:00:00 2001 From: timriker Date: Sat, 26 Feb 2005 21:44:48 +0000 Subject: [PATCH] really DCC git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1186 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/IRC/IrcHooks.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IRC/IrcHooks.pl b/src/IRC/IrcHooks.pl index 27ed2b1..2153c52 100644 --- a/src/IRC/IrcHooks.pl +++ b/src/IRC/IrcHooks.pl @@ -280,7 +280,7 @@ sub on_dcc_close { if (exists $dcc{'SEND'}{$nick} and -f "$param{tempDir}/$nick.txt") { &status("${b_green}DCC SEND$ob close from $b_cyan$nick$ob"); - &status("dcc_close: purging $nick.txt from Debian.pl"); + &status("dcc_close: purging DCC send $nick.txt"); unlink "$param{tempDir}/$nick.txt"; delete $dcc{'SEND'}{$nick}; -- 2.39.2