]> git.donarmstrong.com Git - infobot.git/commitdiff
comment
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 7 Dec 2002 00:26:22 +0000 (00:26 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 7 Dec 2002 00:26:22 +0000 (00:26 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@736 c11ca15a-4712-0410-83d8-924469b57eb5

src/UserExtra.pl

index 63092d3be050fa7fef9451275a600c273dd666a6..21dbfa06c7ed869bba3deb8aa656fea615e287af 100644 (file)
@@ -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) {