]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Stupid horrible typo in botuser.rb login method
[user/henk/code/ruby/rbot.git] / ChangeLog
index 9efe9b08090353debbabf58aaa58f55b1292e5bd..d82ab0a82bc32f5b81d2c52574ad5c7320a666d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,30 @@
+2006-08-17  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Fix help: It got broken while rearranging the plugin stuff, now it's
+       properly fixed.
+       * 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.
+
+2006-08-12  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Subregistry: force prefix to be a String with to_s
+
 2006-08-11  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
        * AutoOp plugin: adapted to the new IRC framework.
        * AutoOp plugin: trigger autoop on nick change too.
        * New Auth Framework: allow? method now informs a user when they don't
        have permission to do what they asked for.
+       * New nickreply and nickokay methods: they act like the old reply
+       method, but include the nick of the user the bot is replying to when
+       talking in public. The usual reply method can be configured to act
+       like this as default.
 
 2006-08-10  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>