newsBobot++ -- A Schemeable IRC Bot - News: Bobot++ 2.2.0 Released

 
 
Latest News
Bobot++ 2.3.1 Released, Featuring Guile 3.0 Support posted by unknown_lamer, Sat 09 May 2020 08:22:13 PM UTC
Bobot++ 2.2.3 Released posted by unknown_lamer, Thu 13 Nov 2008 01:13:12 AM UTC
Bobot++ 2.2.2 Released posted by unknown_lamer, Thu 29 Jun 2006 01:12:34 AM UTC
Bobot++ 2.2.1 Released posted by unknown_lamer, Wed 28 Jun 2006 07:31:35 PM UTC
Bobot++ 2.2.0 Released posted by unknown_lamer, Tue 30 May 2006 05:28:56 PM UTC

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

 

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code