Bobot++ -- A Schemeable IRC Bot - News
Bobot++ 2.2.0 Released
Item posted by Clinton Ebadi <unknown_lamer> on Tue 30 May 2006 05:28:56 PM UTC.
The 2.1.x tree has been stable for a while now, but this is the official 2.2.0 release. The manual is not yet finished, but functionality has been enhanced greatly.
http://download.savannah.gnu.org/releases/bobotpp/bobotpp-2.2.0.tar.gz
Version 2.2.0 (2006-05-24):
- Scripting
+ Hooks
* hooks/disconnect now takes an additonal argument that specifies
whether the disconnect was intentional or not.
* Added hooks/send/who
* Added hooks/send/whois
+ The deprecated scripting procedure and hook names are now in a
`begin-deprecated' block. If your guile is built without
deprecated feature support, they will not be available.
+ Renamed Functions
* bot:send-ctcp was renamed to bot:ctcp
* bot:send-ctcp-reply was renamed to bot:ctcp-reply
+ New Functions
* bot:who (send WHO request)
* bot:whois (send WHOIS request)
+ New Constants
* bot:shit/none, bot:shit/no-op, bot:shit/no-join,
bot:shit/no-deban shit list constants
- Documention
+ Reorganized a few sections
+ Every hook is now documented
+ Using bot section is now much more usable
+ Every config file is now documented
- The code was cleaned up a bit
Powered by Savane 3.14-f13d.
Corresponding source code