]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
nickreply and nickokay method, with option to let reply/okay behave like this by...
[user/henk/code/ruby/rbot.git] / ChangeLog
index 1b65ce95f54186a1c32cfdeb404bbd349648d9c8..6f153a4508da60e692cc1ddf281281ae8af6e97d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
 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>