[SimBot-commits] CVS: simbot/plugins weather.pl,1.102,1.103
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-07-23 23:03:45
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5125/plugins Modified Files: weather.pl Log Message: few clouds Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.102 retrieving revision 1.103 diff -u -d -p -r1.102 -r1.103 --- weather.pl 23 Jul 2005 03:01:14 -0000 1.102 +++ weather.pl 23 Jul 2005 23:03:21 -0000 1.103 @@ -512,7 +512,7 @@ sub got_metar { } if($worst_clouds !~ m/fair skies/ || !defined $wxhash->{'sky_conditions'}) { - if($worst_clouds =~ m/scattered|broken/) { + if($worst_clouds !~ m/overcast/) { $worst_clouds .= ' clouds'; } push(@reply_with, $worst_clouds); |