From 8ea81a2686b69d1220a8a71594a233a58544443f Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 1 Mar 2005 18:18:02 +0000 Subject: [PATCH] old cruft git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1203 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/UserExtra.pl | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/UserExtra.pl b/src/UserExtra.pl index acf40dd..f414749 100644 --- a/src/UserExtra.pl +++ b/src/UserExtra.pl @@ -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++ -- 2.39.2