[project @ 2005-01-06 18:19:16 by unknown_lamer]
[clinton/bobotpp.git] / NEWS
CommitLineData
91dddabd 1(-*- text -*-)
2User Visible Changes In Bobot++
be3612f3 3
91dddabd 4IMPORTANT NOTES:
5 As of version 1.98 unknown_lamer is the new maintainer. Also as of
6 version 1.98, you must have Guile 1.5.6+ or 1.6.x in order to
7 compile scripting support.
be3612f3 8
9=====================================================================
10====== The News =====================================================
11=====================================================================
2e20c3e1 12
c8f13c06 13Version 2.1.5: Cleanups
14- A DCC CHAT with the bot may now only be initiated if the user is a
15 Friend of the bot
16- Implemented bot:ctcp-quote
c7d9fb19 17- The Bot Configuration section of the manual has been completed.
6b59e728 18- Misc. Bugfixes
c7d9fb19 19
4edefeb6 20Version 2.1.4: DCC Support Enhancements
21- Internal Change: DCCConnection is now an abstract class
22- Internal Change: DCCChatConnection provides the functionality of
23 the old DCCConnection so that DCC FILE support can be added
24- New Scheme Procedure: (bot:sent-to-me? message), checks to see if a
25 message was addressed to the bot. This is better than using
26 bot:match-to-me because the hook will continue to function if the
27 bot's nick changes. The only downside to using it is that there may
28 be an increased overhead of calling more hooks than could be called,
29 but that shouldn't be much of a problem.
30- New Scheme Procedure: (bot:change-command-level command level),
31 changes the level a user command to allow a user of `level' level or
32 above to run it.
33
e171dcce 34Version 2.1.3: Something
35- The flood rate can now be set using !setfloodrate INTEGER. The
36default is two messages per second before the bot will ignore
37