]> git.donarmstrong.com Git - infobot.git/commitdiff
really DCC
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 26 Feb 2005 21:44:48 +0000 (21:44 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 26 Feb 2005 21:44:48 +0000 (21:44 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1186 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/IrcHooks.pl

index 27ed2b1823c78ce67d04077ade5f96e660840c90..2153c52a3932e7fa75aa20025c19ce56da8ae5de 100644 (file)
@@ -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};