THIS IS BOBOT++ VERSION 2.1 (this file is also -*- text -*-) This is the unstable tree. 2.0 is what you want to use if you don't want your scripts to break every other day. Then again, I'm not updated this every day and so far the code is mostly backwards compatible. The biggest change is that all bot-* functions are not bot:*. A simple 'perl -pi -e s/bot-/bot:/g SCRIPT1 SCRIPT2 .. SCRIPTN' should be enough to update your scripts. The bot-* functions are defined as aliases for the bot:* functions in bobot-utils.scm, which is autoloaded by bobot++. The binary is now named bobotpp because of automake's choking on ++ in rule names. In order for the bot to work properly, you must 'make install' it so that bobot-utils.scm is installed and can be loaded for scripts to use. 2.1 is not guaranteed to compile anywhere. Please read the doc in the "doc" directory. Also see bobot++.texinfo, which should be an ok set of docs on how to configure and use Bobot++, even if it is horribly incomplete. You should still read the old doc in the doc directory because it is more complete. bobotpp --help is also helpful. This program is distributed under the terms of the GNU General Public License version 2 or later. See the COPYING file for details. NEW as of version 1.30: The syntax for the "channel =" option of bot.conf. See the examples for new syntax.