[project @ 2005-06-23 18:49:38 by unknown_lamer]
[clinton/bobotpp.git] / NEWS
diff --git a/NEWS b/NEWS
index a91ed96..9fa7ab9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,8 +11,18 @@ IMPORTANT NOTES:
 =====================================================================
 
 Version 2.1.8: 
-- Added bot:protection/[none|ban|kick|deop] and bot:aop/[yes|no]
-  constants to the Scheme scripting interface
+- Scripting
+  + Hooks
+    * Added bot:protection/[none|ban|kick|deop] and bot:aop/[yes|no]
+      constants to the Scheme scripting interface
+    * hooks/timer argument is now zero padded instead of space padded
+      (e.g. "11:01" instead of "11: 1")
+    * hooks/disconnect is now called when the bot is disconnected from the
+      server unintentionally (network connection timeout, server died,
+      etc.)
+  + Message Sending
+    * Implemented bot:notice
+
 
 Version 2.1.7:
 - Fixed a number of small bugs and corner cases