From 5606fe62c3e9738ea31dee1eb6b14b21248a5145 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 25 Feb 2004 16:08:21 +0000 Subject: [PATCH] weatherCommand -> command --- ChangeLog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d85bce269..a670010bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,12 @@ * Updated Network.whois so that it can now retrieve information on all domains. - * Updated the Weather plugin to be retrieve weather from - either hamweather.net or cnn.com. Also added - supybot.plugins.Weather.{weatherCommand,temperatureUnit} so - that you can specify which command (Weather.cnn or - Weather.ham) to use when Weather.weather is called and in which - unit (C, F, K) to report the weather. + * Updated the Weather plugin to be retrieve weather from either + hamweather.net or cnn.com. Also added + supybot.plugins.Weather.{command,temperatureUnit} so that you can + specify which command (Weather.cnn or Weather.ham) to use when + Weather.weather is called and in which unit (C, F, K) to report + the weather. * Made standard replies (such as supybot.replies.success, etc.) use the standard substitute (such as $nick, $who, $channel, etc.)