From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Sat, 7 Dec 2002 00:26:22 +0000 (+0000)
Subject: comment
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8024d94e44a59f3edc506a445606a46bec5fc1e7;p=infobot.git

comment


git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@736 c11ca15a-4712-0410-83d8-924469b57eb5
---

diff --git a/blootbot/src/UserExtra.pl b/blootbot/src/UserExtra.pl
index 63092d3..21dbfa0 100644
--- a/blootbot/src/UserExtra.pl
+++ b/blootbot/src/UserExtra.pl
@@ -822,7 +822,7 @@ sub userCommands {
 	# todo: use dbGetColNiceHash().
 	my %hash = &sqlSelectColHash("stats", "nick,counter",
 		{ type => "cmdstats" }, 1);
-# does ORDER matter when used with a hash?
+# ORDER won't be retained in a hash
 #			" ORDER BY counter DESC", 1);
 
 if (0) {