]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/UserDCC.pl
- don't list _default in chanstats
[infobot.git] / src / Modules / UserDCC.pl
index 39bf57501d094b253d3d464ae22ef1e77ba8e5ca..f8ac484c71aa17d53cfed8c863ad205bfa43ba9f 100644 (file)
@@ -616,7 +616,6 @@ sub userDCC {
        if ($args =~ s/^(\-)?($mask{chan})\s*//) {
            $chan       = $2;
            $delete     = ($1) ? 1 : 0;
-           &DEBUG("chan => $chan.");
        } else {
            &VERB("no chan arg; setting to default.",2);
            $chan       = "_default";