[project @ 2005-09-12 21:46:06 by unknown_lamer]
[clinton/bobotpp.git] / NEWS
diff --git a/NEWS b/NEWS
index ef40a83..f46b604 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,30 @@ IMPORTANT NOTES:
 =====================================================================
 
 Version 2.1.9:
+- 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
 
 Version 2.1.8: 
 - Scripting
@@ -36,7 +60,7 @@ Version 2.1.8:
   + Debugging
     * The debugging evaluator is now enabled when --debug is passed to
       the bot
-    * New command line option: --debug-scripts enabled the debugging
+    * New command line option: --debug-scripts enables the debugging
       evaluator while running everything else normally
     * Merged error handling patch from Dale Smith. This adds detailed
       errors and backtraces when --debug/--debug-scripts is passed to