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