]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
auth.allow? method now informs a user when they don't have permissions
[user/henk/code/ruby/rbot.git] / ChangeLog
index 1919ed9b464b8e9aee3b783c40a85324e7f5b7cb..9efe9b08090353debbabf58aaa58f55b1292e5bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,19 @@
+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.
+
 2006-08-10  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
-       * Bug in new IRC framework: the list of channels a quitting user was
+       * Fix a bug in new IRC Framework: the list of channels a quitting user was
        on was not built correctly, causing an exception when the user was not
        in the first channel in the list of channels.
+       * Fix a bug in new Auth Framework: BotUser's name is changed via
+       username=, not name=.
+       * New HalfLife 2 plugin from ocr: queries online servers for online
+       status and number of users.
 
 2006-08-07  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>