[project @ 2004-06-14 04:26:29 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.
18
4edefeb6 19Version 2.1.4: DCC Support Enhancements
20- Internal Change: DCCConnection is now an abstract class
21- Internal Change: DCCChatConnection provides the functionality of
22 the old DCCConnection so that DCC FILE support can be added
23- New Scheme Procedure: (bot:sent-to-me? message), checks to see if a
24 message was addressed to the bot. This is better than using
25 bot:match-to-me because the hook will continue to function if the
26 bot's nick changes. The only downside to using it is that there may
27 be an increased overhead of calling more hooks than could be called,
28 but that shouldn't be much of a problem.
29- New Scheme Procedure: (bot:change-command-level command level),
30 changes the level a user command to allow a user of `level' level or
31 above to run it.
32
e171dcce 33Version 2.1.3: Something
34- The flood rate can now be set using !setfloodrate INTEGER. The
35default is two messages per second before the bot will ignore
36