X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/b9e62f2c6fd6b45cea20bec52989ef0136bbfd81..db098a0360aed005e42a963b39061e0665a20096:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6655f3a..34457b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2006-06-28 Clinton Ebadi + + * 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 * source/Interp.C (Startup): Removed loading of bobot-utils.scm