]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Process.pl
- irctextcounter: ORDER by counter, not nick!
[infobot.git] / src / Process.pl
index 4591401acce5208499a28df688f53f830d50b08e..f23143b4d006b4ba978258342ee7f2fc5680dc05 100644 (file)
@@ -400,6 +400,9 @@ sub FactoidStuff {
            my $limit   = &getChanConfDefault("factoidPreventForgetLimit", 
                                0, $chan);
 
+           &DEBUG("forget: limit = $limit");
+           &DEBUG("forget: count = $count");
+
            if (IsFlag("r") ne "r") {
                &msg($who, "you don't have access to remove factoids");
                return;