]> git.donarmstrong.com Git - infobot.git/blobdiff - src/IRC/IrcHooks.pl
really DCC
[infobot.git] / 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};