[project @ 2005-07-05 07:24:59 by unknown_lamer]
[clinton/bobotpp.git] / NEWS
diff --git a/NEWS b/NEWS
index dd5257f..492749c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,19 @@ IMPORTANT NOTES:
 ====== The News =====================================================
 =====================================================================
 
+Version 2.1.9:
+- Scripting
+  + hooks/disconnect now takes an additonal argument that specifies
+    whether the disconnect was intentional or not.
+  + 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.
+- Documention
+  + Reorganized a few sections
+  + Every hook is now documented
+  + Using bot section is now much more usable
+- The code was cleaned up a bit
+
 Version 2.1.8: 
 - Scripting
   + Hooks
@@ -37,7 +50,8 @@ Version 2.1.8:
     * New command line option: --debug-scripts enabled the debugging
       evaluator while running everything else normally
     * Merged error handling patch from Dale Smith. This adds detailed
-      errors and backtraces when --debug is passed to Bobot++.
+      errors and backtraces when --debug/--debug-scripts is passed to
+      Bobot++.
 - Documentation
   + Merged documentation patch from Dale Smith (thanks)
 - Misc
@@ -45,6 +59,8 @@ Version 2.1.8:
     embedded newline
   + Max nick length is now configurable via 'maxnicklength' option in
     bot.conf (defaults to 9)
+- The bot now builds with --disable-scripting again (this is my fault,
+  I haven't built without it in a long time)
 
 
 Version 2.1.7: