[SimBot-commits] CVS: simbot/plugins weather.pl,1.75,1.76
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-07 18:06:29
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21716/plugins Modified Files: weather.pl Log Message: Help text Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -p -r1.75 -r1.76 --- weather.pl 7 May 2005 18:03:29 -0000 1.75 +++ weather.pl 7 May 2005 18:06:20 -0000 1.76 @@ -1015,9 +1015,9 @@ sub rad2deg { # Register Plugins &SimBot::plugin_register( plugin_id => "weather", - plugin_params => "(<station ID> [metar|raw] | forecast <zip>)", + plugin_params => "(<station ID|zip> [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.\nforecast <zip> will get the forecast for that US zip code.", +"Gets a weather report for the given station or zip.\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, |