From a79674cd913d6b92e0112c3b9c3a2f6d8612be61 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 5 Oct 2003 20:25:48 +0000 Subject: [PATCH] Updates. --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9bbc70a72..b307d8e99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * Version 0.73.0! + * Added the News plugin, news handling for channels. + * Changed the initial character of anti capabilities to '-' instead of '!'. '!' can be the initial character in a channel name, and so any command using getChannel and accepting a @@ -22,7 +24,8 @@ recognized. This flag may be set with the "setsecure" command. * Added a convert command to the Math plugin. More conversions - are necessary, if anyone's interested in doing it. + are necessary, if anyone's interested in doing it. The available + units are available via the "units" command. * Fixed the pydoc command to allow access to standard Python modules that are shared libraries rather than pure Python code.