]> git.donarmstrong.com Git - infobot.git/blobdiff - ChangeLog
stats are per channel instead of global ('PRIVATE') only
[infobot.git] / ChangeLog
index 51a679387e4557b424a09100b7fad62f2c5e4f38..d3ffba8a16c255109f7d6e552373c3a363bb3f94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-03-11 22:00  troubled
+
+       * src/{Process.pl,UserExtra.pl}: Fixed bug with karma stats. It
+         wasnt supplying the channel and causing a dupe pkey issue and
+         also resulted in global stats instead of per channel. Stats
+         are now per channel again. As a result, you should probably:
+         DELETE FROM stats WHERE channel = 'PRIVATE' AND "type" = 'karma';
+         to clean up since they will never match now, or be pointless to
+         keep track of because karma can only be done in channel.
+
 2007-03-08 00:00  troubled
 
        * files/sample/blootbot.config: set tempDir changed to /tmp and