weatherCommand -> command

This commit is contained in:
Jeremy Fincher 2004-02-25 16:08:21 +00:00
parent 8590bc2134
commit 5606fe62c3
1 changed files with 6 additions and 6 deletions

View File

@ -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.)