]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Misc.pl
- renamed Factoids/Misc.pl to Factoids/Core.pl
[infobot.git] / src / Misc.pl
index 0b39297c98d5cc97f7d8a1bc6ff42a481f819c47..6edda5f293fc8a00ace44c67018bea00882a6071 100644 (file)
@@ -642,7 +642,7 @@ sub closeStats {
        );              
        $hash{time} = time() if ($z);
 
-       &dbReplace("stats", %hash);
+       &dbReplace("stats", "nick", %hash);
     }
 }