[SimBot-commits] CVS: simbot/plugins weather.pl,1.81,1.82
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-08 02:35:53
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1379/plugins Modified Files: weather.pl Log Message: Updating help Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -p -r1.81 -r1.82 --- weather.pl 8 May 2005 02:04:15 -0000 1.81 +++ weather.pl 8 May 2005 02:35:44 -0000 1.82 @@ -1175,9 +1175,9 @@ sub speed { # Register Plugins &SimBot::plugin_register( plugin_id => "weather", - plugin_params => "(<station ID|zip> [metar|raw] [metric|us] | forecast <zip>)", + plugin_params => "(<station ID|zip|postal code> [metar|raw] [metric|us] | forecast <zip>)", plugin_help => -"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.", +"Gets a weather report for the given station, zip, or postal code.\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 => \&handle_user_command, event_plugin_load => \&messup_wx, |