[SimBot-commits] CVS: simbot/plugins weather.pl,1.114,1.115
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2007-03-19 02:49:00
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30781/plugins Modified Files: weather.pl Log Message: "-SNPL" is now parsed properly. Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.114 retrieving revision 1.115 diff -u -d -p -r1.114 -r1.115 --- weather.pl 26 Feb 2007 02:42:57 -0000 1.114 +++ weather.pl 17 Mar 2007 02:09:03 -0000 1.115 @@ -1029,7 +1029,7 @@ sub parse_metar { } elsif($cur_block =~ m{^ # WX COND (-|\+|VC)? # Intensity (MI|PR|BC|DR|BL|SH|TS|FR)? # Descriptor - (DZ|RA|SN|SG|IC|PL|GR|GS|UP)? # Precipitation + (DZ|RA|SN|SG|IC|PL|GR|GS|UP)* # Precipitation (BR|FG|FU|VA|DU|SA|HZ|PY)? # Obscuration (PO|SQ|FC|SS)? # Other $}x) { |