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