]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/CommandStubs.pl
- Applied patch from Morten. Thanks.
[infobot.git] / blootbot / src / CommandStubs.pl
index b7d598416851a7a6db28320755b03172383a732c..47dc9d3325d5b25cdcb2deac32f14699e259065f 100644 (file)
@@ -341,7 +341,7 @@ sub Modules {
                # this is way fucking ugly.
 
                my %hash = &sqlSelectColHash("stats", "nick,counter",
-                       undef,
+                       { },
                        $where." ORDER BY counter DESC LIMIT 3", 1
                );
                my $i;