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 * Updated Network.whois so that it can now retrieve
information on all domains. information on all domains.
* Updated the Weather plugin to be retrieve weather from * Updated the Weather plugin to be retrieve weather from either
either hamweather.net or cnn.com. Also added hamweather.net or cnn.com. Also added
supybot.plugins.Weather.{weatherCommand,temperatureUnit} so supybot.plugins.Weather.{command,temperatureUnit} so that you can
that you can specify which command (Weather.cnn or specify which command (Weather.cnn or Weather.ham) to use when
Weather.ham) to use when Weather.weather is called and in which Weather.weather is called and in which unit (C, F, K) to report
unit (C, F, K) to report the weather. the weather.
* Made standard replies (such as supybot.replies.success, etc.) * Made standard replies (such as supybot.replies.success, etc.)
use the standard substitute (such as $nick, $who, $channel, etc.) use the standard substitute (such as $nick, $who, $channel, etc.)