]> git.donarmstrong.com Git - infobot.git/commitdiff
old cruft
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 1 Mar 2005 18:18:02 +0000 (18:18 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 1 Mar 2005 18:18:02 +0000 (18:18 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1203 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/UserExtra.pl

index acf40dd61b8e4a224a8d36e9a5ec9c68db0112ed..f4147492caf34a60479c956623d3de04eb0357a8 100644 (file)
@@ -711,23 +711,6 @@ sub userCommands {
        );
 
        return;
-
-       my %hash = &sqlSelectColHash("stats", "nick,counter",
-               { type => "cmdstats" }, 1);
-# ORDER won't be retained in a hash
-#                      " ORDER BY counter DESC", 1);
-
-if (0) {
-       foreach (keys %hash) {
-           my $i = $_;
-           foreach (keys %{ $hash{$i} }) {
-               &DEBUG("cmdstats: $hash{$i}{$_} = $_");
-           }
-       }
-       &DEBUG("end of cmdstats.");
-}
-
-       return;
     }
 
     # wantNick. xk++