]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Bug in topic plugin introduced in [440]
[user/henk/code/ruby/rbot.git] / ChangeLog
index 269c051d790416bdc01c2c1ca414dc3c57229f9b..bcfd7a45ec2e44a817c1cc3d53ff7fbbae807032 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-20  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Topic plugin: fix a bug that prevented it from loading
+       correctly.
+
 2006-08-17  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
        * Fix help: It got broken while rearranging the plugin stuff, now it's
@@ -5,6 +10,13 @@
        * New Auth Framework: forgot to create the InvalidPassword exception.
        It's a RuntimeError now.
        * Fix help: this time for real (or so I hope).
+       * New IRC Framework: topic plugin now works correctly.
+       * New Auth Framework: nickserv plugin now defaults to false for its
+       auth, so that only owner can do stuff with it
+       * New Auth Framework: fix horrible typo, assignment instead of
+       equality test when checking for the username during login.
+       * Keywords plugin: tell and forget work again without 'keyword' before
+       them.
 
 2006-08-12  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>