[SimBot-commits] CVS: simbot/plugins weather.pl,1.112,1.113
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2007-01-16 22:00:48
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17176/plugins Modified Files: weather.pl Log Message: Now with more \n! Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.112 retrieving revision 1.113 diff -u -d -p -r1.112 -r1.113 --- weather.pl 16 Jan 2007 21:58:14 -0000 1.112 +++ weather.pl 16 Jan 2007 22:00:45 -0000 1.113 @@ -401,7 +401,7 @@ sub got_metar { my $reply = 'As reported '; if(defined $wxhash->{'report_time'}->{'unixtime'}) { if($wxhash->{'report_time'}->{'unixtime'} > time) { - &debug(1, "weather: METAR is in the future, check your clock!"); + &debug(1, "weather: METAR is in the future, check your clock!\n"); $reply .= sprintf('at %d:%02d', $wxhash->{'report_time'}->{'hour'}, $wxhash->{'report_time'}->{'minute'}) |