From: timriker Date: Tue, 1 Mar 2005 18:18:02 +0000 (+0000) Subject: old cruft X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e647f61d1259c7d8e05157935244afc7c198b31;p=infobot.git old cruft git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1203 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/UserExtra.pl b/blootbot/src/UserExtra.pl index acf40dd..f414749 100644 --- a/blootbot/src/UserExtra.pl +++ b/blootbot/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++