[SimBot-commits] CVS: simbot/plugins weather.pl,1.60,1.61
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-06 00:16:45
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29365/plugins Modified Files: weather.pl Log Message: Documentation Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -p -r1.60 -r1.61 --- weather.pl 6 May 2005 00:14:19 -0000 1.60 +++ weather.pl 6 May 2005 00:16:35 -0000 1.61 @@ -945,9 +945,9 @@ sub new_get_wx { # Register Plugins &SimBot::plugin_register( plugin_id => "weather", - plugin_params => "<station ID> [metar|raw]", + plugin_params => "(<station ID> [metar|raw] | forecast <zip>)", plugin_help => -"Gets a weather report for the given station.\nSpecifying %bold%metar%bold% will force the parsing the metar report instead of using the NOAA XML data.\nSpecifying %bold%raw%bold% will show the METAR report in its original form.", +"Gets a weather report for the given station.\nSpecifying %bold%metar%bold% will force the parsing the metar report instead of using the NOAA XML data.\nSpecifying %bold%raw%bold% will show the METAR report in its original form.\nforecast <zip> will get the forecast for that US zip code.", event_plugin_call => \&new_get_wx, event_plugin_load => \&messup_wx, |