[SimBot-commits] CVS: simbot ChangeLog,1.71,1.72
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-05 03:49:13
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23316 Modified Files: ChangeLog Log Message: Forecast support. Try %weather <lat> <long>, where <lat> and <long> provide a point in the US. Index: ChangeLog =================================================================== RCS file: /cvsroot/simbot/simbot/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -p -r1.71 -r1.72 --- ChangeLog 4 May 2005 19:50:10 -0000 1.71 +++ ChangeLog 5 May 2005 03:48:31 -0000 1.72 @@ -1,5 +1,9 @@ Version 1.0 alpha: (04 May 2005) - * simbot.pl: + * plugins/weather.pl: + - Forecast support; %weather <lat> <long> will give a forecast or break + horribly depending on how sober NOAA is and if the lat/long is in the + US. + * simbot.pl: - Replace plugin_desc parameter with plugin_help and plugin_params to allow a very nicely formed usage description. Plugins that have no help will not be listed, even if they have params, but if the |