From 7bf8ba2c35e815f0fc051cd72d885856aa669f02 Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 14 Apr 2004 00:27:30 +0000 Subject: [PATCH] supybot.plugins.Weather.convert --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 77a05f4d1..059329dc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ + * Added supybot.plugins.Weather.convert, which determines whether + or not Weather.{weather,cnn,ham} will convert temperature to the + configured temperatureUnit. + * Changed User.setpassword not to require the to be correct if the requesting user has the owner capability (and isn't the owner himself).