[project @ 2005-07-07 21:19:26 by unknown_lamer]
[clinton/bobotpp.git] / NEWS
diff --git a/NEWS b/NEWS
index 05acab9..05be989 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,15 +12,23 @@ IMPORTANT NOTES:
 
 Version 2.1.9:
 - Scripting
-  + hooks/disconnect now takes an additonal argument that specifies
-    whether the disconnect was intentional or not.
+  + 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.
-  + RENAME: bot:send-ctcp was renamed to bot:ctcp
-  + RENAME: bot:send-ctcp-reply was renamed to bot:ctcp-reply
-  + Added bot:who function
-  + Added bot:whois function
+  + 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
@@ -51,7 +59,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