[project @ 2006-06-29 00:17:49 by unknown_lamer]
[clinton/bobotpp.git] / ChangeLog
index 6655f3a..34457b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2006-06-28  Clinton Ebadi  <clinton@unknownlamer.org>
+
+       * Release: 2.2.2
+
+       * scripts/bobot-utils.scm (bot:match-not-channel): Removed space
+       in regex so it works on freenode again
+
+       * scripts/bobot-utils.scm (bot:sent-to-me?): Rewritten to call
+       bot:match-to-me when called and not when defined
+
+       * source/Bot.C (Bot): Added argument to Interp::Startup2
+
+       * source/Interp.C (Startup2): Made to take a Bot as argument to avoid
+       a segfault
+
+       * source/Bot.C (Bot): Create BotInterp before running
+       Interp::Startup2 ()
+
+       * Release: 2.2.1
+
+       * source/Bot.C (set_log_dir): Create directory if it doesn't exist
+       (readConfig): Catch case of a line consisting of whitespace and
+       don't print an error message
+
 2006-02-03  Clinton Ebadi  <clinton@unknownlamer.org>
 
        * source/Interp.C (Startup): Removed loading of bobot-utils.scm