]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Sat Jul 30 01:19:32 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
[user/henk/code/ruby/rbot.git] / ChangeLog
index fcb65aacfab2a47a7f543c81efe6defd2cb3c491..68e85fca96f984925f02a2c92eae586596adf7be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Sat Jul 30 01:19:32 BST 2005  Tom Gilbert <tom@linuxbrit.co.uk>
+
+  * config module for configuring the running bot via IRC
+       * BotConfig.register method for various modules and any plugin to register
+       bot configuration which the new config module will expose for them.
+       * various other tweaks as I continue to refactor..
+
+Fri Jul 29 13:07:56 BST 2005  Tom Gilbert <tom@linuxbrit.co.uk>
+
+  * Moved some stuff out of util.rb into the plugins that actually need
+       them. Those methods didn't belong in util as they were plugin-specific.
+       * moved a few more plugins to use map() where appropriate
+       * made the url plugin only store unique urls
+
 Thu Jul 28 23:45:26 BST 2005  Tom Gilbert <tom@linuxbrit.co.uk>
 
   * Reworked the Timer module. The Timer now has a smart thread manager to